SecretArn

data class SecretArn(val value: String) : RedshiftCredentials

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

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited 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