CfnDNSSECMixinProps

class aws_cdk.mixins_preview.aws_route53.mixins.CfnDNSSECMixinProps(*, hosted_zone_id=None)

Bases: object

Properties for CfnDNSSECPropsMixin.

Parameters:

hosted_zone_id (Optional[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.mixins_preview.aws_route53 import mixins as route53_mixins

cfn_dNSSECMixin_props = route53_mixins.CfnDNSSECMixinProps(
    hosted_zone_id="hostedZoneId"
)

Attributes

hosted_zone_id

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#cfn-route53-dnssec-hostedzoneid