AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Resolver::ResolverConfig

CfnResolverConfig

A complex type that contains information about a Resolver configuration for a VPC.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnResolverConfigProps.

autodefinedReverseFlagRequired
string

Represents 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` .

resourceIdRequired
string

The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver 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