interface CfnIntegrationAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnIntegrationAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnIntegrationAssociationProps |
![]() | software.amazon.awscdk.services.connect.CfnIntegrationAssociationProps |
![]() | aws_cdk.aws_connect.CfnIntegrationAssociationProps |
![]() | 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
Name | Type | Description |
---|---|---|
instance | string | The Amazon Resource Name (ARN) of the instance. |
integration | string | ARN of the integration being associated with the instance. |
integration | string | Specifies 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