AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::IntegrationAssociation

CfnIntegrationAssociation

Specifies the association of an AWS resource such as Lex bot (both v1 and v2) and Lambda function with an Amazon Connect instance.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnIntegrationAssociationProps.

instanceIdRequired
string | IInstanceRef

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

integrationArnRequired
string

ARN of the integration being associated with the instance. *Minimum* : `1` *Maximum* : `140`

integrationTypeRequired
string

Specifies the integration type to be associated with the instance. *Allowed Values* : `LEX_BOT` | `LAMBDA_FUNCTION`

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