AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Resolver::ResolverDNSSECConfig

CfnResolverDNSSECConfig

The `AWS::Route53Resolver::ResolverDNSSECConfig` resource is a complex type that contains information about a configuration for DNSSEC validation.

Import

import { CfnResolverDNSSECConfig } from 'aws-cdk-lib/aws-route53resolver';

Or use the module namespace:

import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnResolverDNSSECConfig

Properties

Configuration passed to the constructor as CfnResolverDNSSECConfigProps.

resourceIdOptional
string

The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter