Class CfnIntegrationAssociationProps
Properties for defining a CfnIntegrationAssociation
.
Inheritance
System.Object
CfnIntegrationAssociationProps
Implements
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.AWS.Connect.dll
Syntax (csharp)
public class CfnIntegrationAssociationProps : Object, ICfnIntegrationAssociationProps
Syntax (vb)
Public Class CfnIntegrationAssociationProps
Inherits Object
Implements ICfnIntegrationAssociationProps
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 cfnIntegrationAssociationProps = new CfnIntegrationAssociationProps {
InstanceId = "instanceId",
IntegrationArn = "integrationArn",
IntegrationType = "integrationType"
};
Synopsis
Constructors
CfnIntegrationAssociationProps() |
Properties
InstanceId | The Amazon Resource Name (ARN) of the instance. |
IntegrationArn | ARN of the integration being associated with the instance. |
IntegrationType | Specifies the integration type to be associated with the instance. |
Constructors
CfnIntegrationAssociationProps()
public CfnIntegrationAssociationProps()
Properties
InstanceId
The Amazon Resource Name (ARN) of the instance.
public string InstanceId { get; set; }
Property Value
System.String
Remarks
IntegrationArn
ARN of the integration being associated with the instance.
public string IntegrationArn { get; set; }
Property Value
System.String
Remarks
IntegrationType
Specifies the integration type to be associated with the instance.
public string IntegrationType { get; set; }
Property Value
System.String
Remarks
Allowed Values : LEX_BOT
| LAMBDA_FUNCTION