DNSSECReference
- class aws_cdk.interfaces.aws_route53.DNSSECReference(*, hosted_zone_id)
Bases:
objectA reference to a DNSSEC resource.
- Parameters:
hosted_zone_id (
str) – The HostedZoneId of the DNSSEC resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_route53 as interfaces_aws_route53 d_nSSECReference = interfaces_aws_route53.DNSSECReference( hosted_zone_id="hostedZoneId" )
Attributes
- hosted_zone_id
The HostedZoneId of the DNSSEC resource.