You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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)

    An expression used to extract information at runtime.

#domain_nameString

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

Returns:

  • (String)

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

    .

#domain_name_configurationsArray<Types::DomainNameConfiguration>

The domain name configurations.

Returns:

#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.

Returns:

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)

    Represents a collection of tags associated with the resource.

    .