Class: Aws::ApiGatewayV2::Types::CreateDomainNameInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDomainNameInput
- Defined in:
- gems/aws-sdk-apigatewayv2/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.
-
#routing_mode ⇒ String
-
#tags ⇒ Hash<String,String>
The collection of tags associated with a domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
1185 1186 1187 1188 1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1185 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :routing_mode, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
1185 1186 1187 1188 1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1185 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :routing_mode, :tags) SENSITIVE = [] include Aws::Structure end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
The mutual TLS authentication configuration for a custom domain name.
1185 1186 1187 1188 1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1185 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :routing_mode, :tags) SENSITIVE = [] include Aws::Structure end |
#routing_mode ⇒ String
1185 1186 1187 1188 1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1185 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :routing_mode, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags associated with a domain name.
1185 1186 1187 1188 1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1185 class CreateDomainNameInput < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :routing_mode, :tags) SENSITIVE = [] include Aws::Structure end |