RedshiftCredentials

sealed class RedshiftCredentials

Amazon Redshift credentials of a connection.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SecretArn(val value: String) : RedshiftCredentials

The secret ARN of the Amazon Redshift credentials of a connection.

Link copied to clipboard

The username and password of the Amazon Redshift credentials of a connection.

Functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard