Class: Aws::ApiGatewayV2::Types::CreateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDomainNameRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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::MutualTlsAuthenticationInput
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
#domain_name ⇒ String
A string with a length between [1-512].
1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1195 class CreateDomainNameRequest < 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.
1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1195 class CreateDomainNameRequest < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1195 class CreateDomainNameRequest < Struct.new( :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.
1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1195 class CreateDomainNameRequest < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |