AWS::Route53::DNSSECThe `AWS::Route53::DNSSEC` resource is used to enable DNSSEC signing in a hosted zone.
import { CfnDNSSEC } from 'aws-cdk-lib/aws-route53';Or use the module namespace:
import * as route53 from 'aws-cdk-lib/aws-route53';
// route53.CfnDNSSECConfiguration passed to the constructor as CfnDNSSECProps.
hostedZoneIdRequiredstringA unique string (ID) that is used to identify a hosted zone. For example: `Z00001111A1ABCaaABC11` .
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon Route 53 on one page. HD quality, print-friendly.
Download Free Infographicaws-route53AWS::Route53::DNSSEC