| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.Route53HostedZone
Description
- data Route53HostedZone = Route53HostedZone {
- _route53HostedZoneHostedZoneConfig :: Maybe Route53HostedZoneHostedZoneConfig
- _route53HostedZoneHostedZoneTags :: Maybe [Route53HostedZoneHostedZoneTag]
- _route53HostedZoneName :: Val Text
- _route53HostedZoneQueryLoggingConfig :: Maybe Route53HostedZoneQueryLoggingConfig
- _route53HostedZoneVPCs :: Maybe [Route53HostedZoneVPC]
- route53HostedZone :: Val Text -> Route53HostedZone
- rhzHostedZoneConfig :: Lens' Route53HostedZone (Maybe Route53HostedZoneHostedZoneConfig)
- rhzHostedZoneTags :: Lens' Route53HostedZone (Maybe [Route53HostedZoneHostedZoneTag])
- rhzName :: Lens' Route53HostedZone (Val Text)
- rhzQueryLoggingConfig :: Lens' Route53HostedZone (Maybe Route53HostedZoneQueryLoggingConfig)
- rhzVPCs :: Lens' Route53HostedZone (Maybe [Route53HostedZoneVPC])
Documentation
data Route53HostedZone #
Full data type definition for Route53HostedZone. See route53HostedZone
for a more convenient constructor.
Constructors
Arguments
| :: Val Text | |
| -> Route53HostedZone |
Constructor for Route53HostedZone containing required fields as
arguments.