AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Resolver::OutpostResolver

CfnOutpostResolver

Creates a Amazon Route 53 Resolver on an Outpost.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnOutpostResolverProps.

nameRequired
string

Name of the Resolver.

outpostArnRequired
string

The ARN (Amazon Resource Name) for the Outpost.

preferredInstanceTypeRequired
string

The Amazon EC2 instance type. If you specify this, you must also specify a value for the `OutpostArn` .

instanceCountOptional
number

Amazon EC2 instance count for the Resolver on the Outpost.

tagsOptional
CfnTag[]

A key value pair that helps you identify a Route 53 Resolver .

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