CfnDNSSECProps
- class aws_cdk.aws_route53.CfnDNSSECProps(*, hosted_zone_id)
Bases:
object
Properties for defining a
CfnDNSSEC
.- Parameters:
hosted_zone_id (
str
) – A unique string (ID) that is used to identify a hosted zone. For example:Z00001111A1ABCaaABC11
.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-dnssec.html
- 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 cfn_dNSSECProps = route53.CfnDNSSECProps( hosted_zone_id="hostedZoneId" )
Attributes
- hosted_zone_id
A unique string (ID) that is used to identify a hosted zone.
For example:
Z00001111A1ABCaaABC11
.