GetIntegrationAssociationPlainArgs

data class GetIntegrationAssociationPlainArgs(val instanceId: String, val integrationArn: String, val integrationType: IntegrationAssociationIntegrationType) : ConvertibleToJava<GetIntegrationAssociationPlainArgs>

Constructors

Link copied to clipboard
constructor(instanceId: String, integrationArn: String, integrationType: IntegrationAssociationIntegrationType)

Properties

Link copied to clipboard

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

Link copied to clipboard

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(): GetIntegrationAssociationPlainArgs