IntegrationAssociationArgs

data class IntegrationAssociationArgs(val instanceId: Output<String>? = null, val integrationArn: Output<String>? = null, val integrationType: Output<IntegrationAssociationIntegrationType>? = null) : ConvertibleToJava<IntegrationAssociationArgs>

Resource Type definition for AWS::Connect::IntegrationAssociation

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(instanceId: Output<String>? = null, integrationArn: Output<String>? = null, integrationType: Output<IntegrationAssociationIntegrationType>? = null)

Properties

Link copied to clipboard
val instanceId: Output<String>? = null

The Amazon Resource Name (ARN) of the instance. Minimum : 1 Maximum : 100

Link copied to clipboard
val integrationArn: Output<String>? = null

ARN of the integration being associated with the instance. Minimum : 1 Maximum : 140

Link copied to clipboard

Specifies the integration type to be associated with the instance. Allowed Values : LEX_BOT | LAMBDA_FUNCTION

Functions

Link copied to clipboard
open override fun toJava(): IntegrationAssociationArgs