AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::Instance

CfnInstance

*This is a preview release for Amazon Connect . It is subject to change.*. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnInstanceProps.

attributesRequired
IResolvable | AttributesProperty

A toggle for an individual feature at the instance level.

identityManagementTypeRequired
string

The identity management type.

directoryIdOptional
string

The identifier for the directory.

instanceAliasOptional
string

The alias of instance. `InstanceAlias` is only required when `IdentityManagementType` is `CONNECT_MANAGED` or `SAML` . `InstanceAlias` is not required when `IdentityManagementType` is `EXISTING_DIRECTORY` .

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

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