RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored, or specify an empty NoAuthentication structure if the relay destination server does not require SMTP credential authentication.
Inheritors
Types
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.