Class: Aws::ApiGatewayV2::Types::DomainName

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents a domain name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expressionString

The API mapping selection expression.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the DomainName resource.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_name_arnString

The ARN of the DomainName resource.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_name_configurationsArray<Types::DomainNameConfiguration>

The domain name configurations.

Returns:



3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#mutual_tls_authenticationTypes::MutualTlsAuthentication

The mutual TLS authentication configuration for a custom domain name.



3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#routing_modeString

The routing mode API Gateway uses to route traffic to your APIs.

Returns:

  • (String)


3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The collection of tags associated with a domain name.

Returns:

  • (Hash<String,String>)


3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3980

class DomainName < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_arn,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :routing_mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end