aws-cdk-lib.aws_route53resolver.CfnResolverDNSSECConfigProps

interface CfnResolverDNSSECConfigProps

LanguageType name
.NETAmazon.CDK.AWS.Route53Resolver.CfnResolverDNSSECConfigProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53resolver#CfnResolverDNSSECConfigProps
Javasoftware.amazon.awscdk.services.route53resolver.CfnResolverDNSSECConfigProps
Pythonaws_cdk.aws_route53resolver.CfnResolverDNSSECConfigProps
TypeScript aws-cdk-lib » aws_route53resolver » CfnResolverDNSSECConfigProps

Properties for defining a CfnResolverDNSSECConfig.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53resolver as route53resolver } from 'aws-cdk-lib';
const cfnResolverDNSSECConfigProps: route53resolver.CfnResolverDNSSECConfigProps = {
  resourceId: 'resourceId',
};

Properties

NameTypeDescription
resourceId?stringThe ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

resourceId?

Type: string (optional)

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