Class: Aws::ApiGatewayV2::Types::CreateDomainNameResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expressionString

An expression used to extract information at runtime. See Selection Expressions for more information.

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1231

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

#domain_nameString

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

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1231

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

#domain_name_configurationsArray<Types::DomainNameConfiguration>

The domain name configurations.

Returns:



1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1231

class CreateDomainNameResponse < Struct.new(
  :api_mapping_selection_expression,
  :domain_name,
  :domain_name_configurations,
  :mutual_tls_authentication,
  :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.



1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1231

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

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1231

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