AWS::Connect::IntegrationAssociationSpecifies the association of an AWS resource such as Lex bot (both v1 and v2) and Lambda function with an Amazon Connect instance.
import { CfnIntegrationAssociation } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnIntegrationAssociationConfiguration passed to the constructor as CfnIntegrationAssociationProps.
instanceIdRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance. *Minimum* : `1` *Maximum* : `100`
integrationArnRequiredstringARN of the integration being associated with the instance. *Minimum* : `1` *Maximum* : `140`
integrationTypeRequiredstringSpecifies the integration type to be associated with the instance. *Allowed Values* : `LEX_BOT` | `LAMBDA_FUNCTION`
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::IntegrationAssociation