interface IntegrationAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.IntegrationAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#IntegrationAssociationReference |
![]() | software.amazon.awscdk.services.connect.IntegrationAssociationReference |
![]() | aws_cdk.aws_connect.IntegrationAssociationReference |
![]() | aws-cdk-lib » aws_connect » IntegrationAssociationReference |
A reference to a IntegrationAssociation resource.
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 integrationAssociationReference: connect.IntegrationAssociationReference = {
instanceId: 'instanceId',
integrationArn: 'integrationArn',
integrationType: 'integrationType',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The InstanceId of the IntegrationAssociation resource. |
integration | string | The IntegrationArn of the IntegrationAssociation resource. |
integration | string | The IntegrationType of the IntegrationAssociation resource. |
instanceId
Type:
string
The InstanceId of the IntegrationAssociation resource.
integrationArn
Type:
string
The IntegrationArn of the IntegrationAssociation resource.
integrationType
Type:
string
The IntegrationType of the IntegrationAssociation resource.