Class: Aws::ApiGatewayV2::Types::CreateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDomainNameResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_mapping_selection_expression ⇒ String
An expression used to extract information at runtime.
-
#domain_name ⇒ String
A string with a length between [1-512].
-
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
If specified, API Gateway performs two-way authentication between the client and the server.
-
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
Instance Attribute Details
#api_mapping_selection_expression ⇒ String
An expression used to extract information at runtime. See [Selection Expressions] for more information.
1230 1231 1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1230 class CreateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
A string with a length between [1-512].
1230 1231 1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1230 class CreateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
1230 1231 1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1230 class CreateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
1230 1231 1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1230 class CreateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
1230 1231 1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1230 class CreateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |