aws-cdk-lib.aws_connect.CfnApprovedOriginProps

interface CfnApprovedOriginProps

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnApprovedOriginProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnApprovedOriginProps
Javasoftware.amazon.awscdk.services.connect.CfnApprovedOriginProps
Pythonaws_cdk.aws_connect.CfnApprovedOriginProps
TypeScript aws-cdk-lib » aws_connect » CfnApprovedOriginProps

Properties for defining a CfnApprovedOrigin.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const cfnApprovedOriginProps: connect.CfnApprovedOriginProps = {
  instanceId: 'instanceId',
  origin: 'origin',
};

Properties

NameTypeDescription
instanceIdstringThe Amazon Resource Name (ARN) of the instance.
originstringDomain name to be added to the allow-list of the instance.

instanceId

Type: string

The Amazon Resource Name (ARN) of the instance.

Minimum : 1

Maximum : 100


origin

Type: string

Domain name to be added to the allow-list of the instance.

Maximum : 267