ZoneDelegationOptions¶
-
class
aws_cdk.aws_route53.
ZoneDelegationOptions
(*, comment=None, ttl=None)¶ Bases:
object
Options available when creating a delegation relationship from one PublicHostedZone to another.
- Parameters
comment (
Optional
[str
]) – A comment to add on the DNS record created to incorporate the delegation. Default: nonettl (
Optional
[Duration
]) – The TTL (Time To Live) of the DNS delegation record in DNS caches. Default: 172800
Attributes
-
comment
¶ A comment to add on the DNS record created to incorporate the delegation.
- Default
none
- Return type
Optional
[str
]