Class IntegrationAssociationReference
A reference to a IntegrationAssociation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IntegrationAssociationReference : IIntegrationAssociationReference
Syntax (vb)
Public Class IntegrationAssociationReference Implements IIntegrationAssociationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var integrationAssociationReference = new IntegrationAssociationReference {
InstanceId = "instanceId",
IntegrationArn = "integrationArn",
IntegrationType = "integrationType"
};
Synopsis
Constructors
IntegrationAssociationReference() | A reference to a IntegrationAssociation resource. |
Properties
InstanceId | The InstanceId of the IntegrationAssociation resource. |
IntegrationArn | The IntegrationArn of the IntegrationAssociation resource. |
IntegrationType | The IntegrationType of the IntegrationAssociation resource. |
Constructors
IntegrationAssociationReference()
A reference to a IntegrationAssociation resource.
public IntegrationAssociationReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var integrationAssociationReference = new IntegrationAssociationReference {
InstanceId = "instanceId",
IntegrationArn = "integrationArn",
IntegrationType = "integrationType"
};
Properties
InstanceId
The InstanceId of the IntegrationAssociation resource.
public string InstanceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IntegrationArn
The IntegrationArn of the IntegrationAssociation resource.
public string IntegrationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IntegrationType
The IntegrationType of the IntegrationAssociation resource.
public string IntegrationType { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated