Class: Aws::ApiGatewayV2::Types::DomainName
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DomainName
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a domain name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_mapping_selection_expression ⇒ String
The API mapping selection expression.
-
#domain_name ⇒ String
The name of the DomainName resource.
-
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
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
#api_mapping_selection_expression ⇒ String
The API mapping selection expression.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3026 class DomainName < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the DomainName resource.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3026 class DomainName < 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.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3026 class DomainName < 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
The mutual TLS authentication configuration for a custom domain name.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3026 class DomainName < Struct.new( :api_mapping_selection_expression, :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.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3026 class DomainName < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |