NamespaceIdentifierUnion
Object to store union of values for a provisioned cluster or serverless namespace’s identifier.
Inheritors
Types
Functions
Casts this NamespaceIdentifierUnion as a ProvisionedIdentifier and retrieves its aws.sdk.kotlin.services.redshift.model.ProvisionedIdentifier value. Throws an exception if the NamespaceIdentifierUnion is not a ProvisionedIdentifier.
Casts this NamespaceIdentifierUnion as a ProvisionedIdentifier and retrieves its aws.sdk.kotlin.services.redshift.model.ProvisionedIdentifier value. Returns null if the NamespaceIdentifierUnion is not a ProvisionedIdentifier.
Casts this NamespaceIdentifierUnion as a ServerlessIdentifier and retrieves its aws.sdk.kotlin.services.redshift.model.ServerlessIdentifier value. Throws an exception if the NamespaceIdentifierUnion is not a ServerlessIdentifier.
Casts this NamespaceIdentifierUnion as a ServerlessIdentifier and retrieves its aws.sdk.kotlin.services.redshift.model.ServerlessIdentifier value. Returns null if the NamespaceIdentifierUnion is not a ServerlessIdentifier.