SecretArn

data class SecretArn(val value: String) : RelayAuthentication

The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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