interface CfnIntegrationAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnIntegrationAssociationProps |
Java | software.amazon.awscdk.services.connect.CfnIntegrationAssociationProps |
Python | aws_cdk.aws_connect.CfnIntegrationAssociationProps |
TypeScript | @aws-cdk/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 * as connect from '@aws-cdk/aws-connect';
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