AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::ApprovedOrigin

CfnApprovedOrigin

The approved origin for the instance.

Import

import { CfnApprovedOrigin } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnApprovedOrigin

Properties

Configuration passed to the constructor as CfnApprovedOriginProps.

instanceIdRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the instance. *Minimum* : `1` *Maximum* : `100`

originRequired
string

Domain name to be added to the allow-list of the instance. *Maximum* : `267`

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