Get Mail Manager Relay Result
data class GetMailManagerRelayResult(val authentication: Either<MailManagerRelayRelayAuthentication0Properties, MailManagerRelayRelayAuthentication1Properties>? = null, val relayArn: String? = null, val relayId: String? = null, val relayName: String? = null, val serverName: String? = null, val serverPort: Double? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(authentication: Either<MailManagerRelayRelayAuthentication0Properties, MailManagerRelayRelayAuthentication1Properties>? = null, relayArn: String? = null, relayId: String? = null, relayName: String? = null, serverName: String? = null, serverPort: Double? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
val authentication: Either<MailManagerRelayRelayAuthentication0Properties, MailManagerRelayRelayAuthentication1Properties>? = null
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
Link copied to clipboard
The destination relay server address.
Link copied to clipboard
The destination relay server port.