Class: Aws::ApiGatewayV2::Types::GetDomainNameResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expressionString



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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

A string with a length between [1-512].



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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

Represents an Amazon Resource Name (ARN).



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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.



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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

If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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.



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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>

Represents a collection of tags associated with the resource.



4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4684

class GetDomainNameResponse < 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