AliasRecordTargetConfig¶
-
class
aws_cdk.aws_route53.
AliasRecordTargetConfig
(*, dns_name, hosted_zone_id)¶ Bases:
object
Represents the properties of an alias target destination.
- Parameters
dns_name (
str
) – DNS name of the target.hosted_zone_id (
str
) – Hosted zone ID of the target.
Attributes
-
dns_name
¶ DNS name of the target.
- Return type
str
-
hosted_zone_id
¶ Hosted zone ID of the target.
- Return type
str