AWS::Route53Resolver::ResolverConfigA complex type that contains information about a Resolver configuration for a VPC.
import { CfnResolverConfig } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnResolverConfigConfiguration passed to the constructor as CfnResolverConfigProps.
autodefinedReverseFlagRequiredstringRepresents the desired status of `AutodefinedReverse` . The only supported value on creation is `DISABLE` . Deletion of this resource will return `AutodefinedReverse` to its default value of `ENABLED` .
resourceIdRequiredstringThe ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver 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::ResolverConfig