aws-cdk-lib.aws_route53.CfnDNSSECProps

interface CfnDNSSECProps

LanguageType name
.NETAmazon.CDK.AWS.Route53.CfnDNSSECProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnDNSSECProps
Javasoftware.amazon.awscdk.services.route53.CfnDNSSECProps
Pythonaws_cdk.aws_route53.CfnDNSSECProps
TypeScript aws-cdk-lib » aws_route53 » CfnDNSSECProps

Properties for defining a CfnDNSSEC.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53 as route53 } from 'aws-cdk-lib';
const cfnDNSSECProps: route53.CfnDNSSECProps = {
  hostedZoneId: 'hostedZoneId',
};

Properties

NameTypeDescription
hostedZoneIdstringA unique string (ID) that is used to identify a hosted zone.

hostedZoneId

Type: string

A unique string (ID) that is used to identify a hosted zone.

For example: Z00001111A1ABCaaABC11 .