libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.Types.HostedZoneConfig

Description

 
Synopsis

Documentation

data HostedZoneConfig Source #

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

See: newHostedZoneConfig smart constructor.

Constructors

HostedZoneConfig' 

Fields

Instances

Instances details
Eq HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Read HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Show HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Generic HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Associated Types

type Rep HostedZoneConfig :: Type -> Type #

NFData HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Methods

rnf :: HostedZoneConfig -> () #

Hashable HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

FromXML HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

ToXML HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

type Rep HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

type Rep HostedZoneConfig = D1 ('MetaData "HostedZoneConfig" "Amazonka.Route53.Types.HostedZoneConfig" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HostedZoneConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "privateZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHostedZoneConfig :: HostedZoneConfig Source #

Create a value of HostedZoneConfig 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:privateZone:HostedZoneConfig', hostedZoneConfig_privateZone - A value that indicates whether this is a private hosted zone.

$sel:comment:HostedZoneConfig', hostedZoneConfig_comment - Any comments that you want to include about the hosted zone.

hostedZoneConfig_privateZone :: Lens' HostedZoneConfig (Maybe Bool) Source #

A value that indicates whether this is a private hosted zone.

hostedZoneConfig_comment :: Lens' HostedZoneConfig (Maybe Text) Source #

Any comments that you want to include about the hosted zone.