IAliasRecordTarget
- class aws_cdk.aws_route53.IAliasRecordTarget(*args, **kwargs)
Bases:
Protocol
Classes that are valid alias record targets, like CloudFront distributions and load balancers, should implement this interface.
Methods
- bind(record, zone=None)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
- Parameters:
record (
IRecordSet
) –zone (
Optional
[IHostedZone
]) –
- Return type: