Class: Aws::ApiGatewayV2::Types::CreateDomainNameInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDomainNameInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for a CreateDomainName request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
-
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
The mutual TLS authentication configuration for a custom domain name.
-
#tags ⇒ Hash<String,String>
The collection of tags associated with a domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1167 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1167 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
The mutual TLS authentication configuration for a custom domain name.
1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1167 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags associated with a domain name.
1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1167 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |