IntegrationIdentifier
Identifies a single integration by exactly one of its unique keys: the integration id, the integration ARN, or the integration name.
Inheritors
Types
Functions
Casts this IntegrationIdentifier as a IntegrationArn and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationArn.
Casts this IntegrationIdentifier as a IntegrationArn and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationArn.
Casts this IntegrationIdentifier as a IntegrationId and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationId.
Casts this IntegrationIdentifier as a IntegrationId and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationId.
Casts this IntegrationIdentifier as a IntegrationName and retrieves its kotlin.String value. Throws an exception if the IntegrationIdentifier is not a IntegrationName.
Casts this IntegrationIdentifier as a IntegrationName and retrieves its kotlin.String value. Returns null if the IntegrationIdentifier is not a IntegrationName.