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