Show / Hide Table of Contents

Class IntegrationAssociationReference

A reference to a IntegrationAssociation resource.

Inheritance
object
IntegrationAssociationReference
Implements
IIntegrationAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

IntegrationArn

The IntegrationArn of the IntegrationAssociation resource.

public string IntegrationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IntegrationType

The IntegrationType of the IntegrationAssociation resource.

public string IntegrationType { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IIntegrationAssociationReference
Back to top Generated by DocFX