libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApiGatewayV2.Types.DomainName

Description

 
Synopsis

Documentation

data DomainName Source #

Represents a domain name.

See: newDomainName smart constructor.

Constructors

DomainName' 

Fields

Instances

Instances details
Eq DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

Read DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

Show DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

Generic DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

Associated Types

type Rep DomainName :: Type -> Type #

NFData DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

Methods

rnf :: DomainName -> () #

Hashable DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

FromJSON DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

type Rep DomainName Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.DomainName

type Rep DomainName = D1 ('MetaData "DomainName" "Amazonka.ApiGatewayV2.Types.DomainName" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "DomainName'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainNameConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainNameConfiguration])) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication))) :*: (S1 ('MetaSel ('Just "apiMappingSelectionExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDomainName Source #

Create a value of DomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainNameConfigurations:DomainName', domainName_domainNameConfigurations - The domain name configurations.

$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.

$sel:apiMappingSelectionExpression:DomainName', domainName_apiMappingSelectionExpression - The API mapping selection expression.

$sel:tags:DomainName', domainName_tags - The collection of tags associated with a domain name.

$sel:domainName:DomainName', domainName_domainName - The name of the DomainName resource.

domainName_mutualTlsAuthentication :: Lens' DomainName (Maybe MutualTlsAuthentication) Source #

The mutual TLS authentication configuration for a custom domain name.

domainName_apiMappingSelectionExpression :: Lens' DomainName (Maybe Text) Source #

The API mapping selection expression.

domainName_tags :: Lens' DomainName (Maybe (HashMap Text Text)) Source #

The collection of tags associated with a domain name.

domainName_domainName :: Lens' DomainName Text Source #

The name of the DomainName resource.