SecretArn
The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.
Inherited functions
Casts this RelayAuthentication as a NoAuthentication and retrieves its aws.sdk.kotlin.services.mailmanager.model.NoAuthentication value. Throws an exception if the RelayAuthentication is not a NoAuthentication.
Casts this RelayAuthentication as a NoAuthentication and retrieves its aws.sdk.kotlin.services.mailmanager.model.NoAuthentication value. Returns null if the RelayAuthentication is not a NoAuthentication.
Casts this RelayAuthentication as a SecretArn and retrieves its kotlin.String value. Throws an exception if the RelayAuthentication is not a SecretArn.
Casts this RelayAuthentication as a SecretArn and retrieves its kotlin.String value. Returns null if the RelayAuthentication is not a SecretArn.