AWS::Route53Resolver::ResolverDNSSECConfigThe `AWS::Route53Resolver::ResolverDNSSECConfig` resource is a complex type that contains information about a configuration for DNSSEC validation.
import { CfnResolverDNSSECConfig } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnResolverDNSSECConfigConfiguration passed to the constructor as CfnResolverDNSSECConfigProps.
resourceIdOptionalstringThe ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53resolverAWS::Route53Resolver::ResolverDNSSECConfig