Show / Hide Table of Contents

Class CfnIntegrationAssociationProps

Properties for defining a CfnIntegrationAssociation.

Inheritance
System.Object
CfnIntegrationAssociationProps
Implements
ICfnIntegrationAssociationProps
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html

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

Minimum : 1

Maximum : 100

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-instanceid

IntegrationArn

ARN of the integration being associated with the instance.

public string IntegrationArn { get; set; }
Property Value

System.String

Remarks

Minimum : 1

Maximum : 140

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-integrationarn

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-integrationtype

Implements

ICfnIntegrationAssociationProps
Back to top Generated by DocFX