IntegrationId

data class IntegrationId(val value: String) : IntegrationIdentifier

The unique identifier of the integration.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationArn and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationArn.

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationArn and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationArn.

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationId and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationId.

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationId and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationId.

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationName and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationName.

Link copied to clipboard

Casts this IntegrationIdentifier as a IntegrationName and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationName.