DNSSECReference

class aws_cdk.aws_route53.DNSSECReference(*, hosted_zone_id)

Bases: object

A 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 import aws_route53 as route53

d_nSSECReference = route53.DNSSECReference(
    hosted_zone_id="hostedZoneId"
)

Attributes

hosted_zone_id

The HostedZoneId of the DNSSEC resource.