Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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.