GetMailManagerRelayResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.

Link copied to clipboard
val relayArn: String? = null

The Amazon Resource Name (ARN) of the relay.

Link copied to clipboard
val relayId: String? = null

The unique relay identifier.

Link copied to clipboard
val relayName: String? = null

The unique relay name.

Link copied to clipboard
val serverName: String? = null

The destination relay server address.

Link copied to clipboard
val serverPort: Double? = null

The destination relay server port.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.