aws-cdk-lib.aws_connect.CfnIntegrationAssociationProps

interface CfnIntegrationAssociationProps

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

Properties for defining a CfnIntegrationAssociation.

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 cfnIntegrationAssociationProps: connect.CfnIntegrationAssociationProps = {
  instanceId: 'instanceId',
  integrationArn: 'integrationArn',
  integrationType: 'integrationType',
};

Properties

NameTypeDescription
instanceIdstringThe Amazon Resource Name (ARN) of the instance.
integrationArnstringARN of the integration being associated with the instance.
integrationTypestringSpecifies the integration type to be associated with the instance.

instanceId

Type: string

The Amazon Resource Name (ARN) of the instance.

Minimum : 1

Maximum : 100


integrationArn

Type: string

ARN of the integration being associated with the instance.

Minimum : 1

Maximum : 140


integrationType

Type: string

Specifies the integration type to be associated with the instance.

Allowed Values : LEX_BOT | LAMBDA_FUNCTION