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

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

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

Overview

Represents a domain name.

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expressionString

The API mapping selection expression.

Returns:

  • (String)

    The API mapping selection expression.

#domain_nameString

The name of the DomainName resource.

Returns:

  • (String)

    The name of the DomainName resource.

#domain_name_configurationsArray<Types::DomainNameConfiguration>

The domain name configurations.

Returns:

#mutual_tls_authenticationTypes::MutualTlsAuthentication

The mutual TLS authentication configuration for a custom domain name.

Returns:

#tagsHash<String,String>

The collection of tags associated with a domain name.

Returns:

  • (Hash<String,String>)

    The collection of tags associated with a domain name.