AWS::Route53Resolver::OutpostResolverCreates a Amazon Route 53 Resolver on an Outpost.
import { CfnOutpostResolver } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnOutpostResolverConfiguration passed to the constructor as CfnOutpostResolverProps.
nameRequiredstringName of the Resolver.
outpostArnRequiredstringThe ARN (Amazon Resource Name) for the Outpost.
preferredInstanceTypeRequiredstringThe Amazon EC2 instance type. If you specify this, you must also specify a value for the `OutpostArn` .
instanceCountOptionalnumberAmazon EC2 instance count for the Resolver on the Outpost.
tagsOptionalCfnTag[]A key value pair that helps you identify a Route 53 Resolver .
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::OutpostResolver