GetConfigurationSetDeliveryOption

data class GetConfigurationSetDeliveryOption(val maxDeliverySeconds: Int, val sendingPoolName: String, val tlsPolicy: String)

Constructors

Link copied to clipboard
constructor(maxDeliverySeconds: Int, sendingPoolName: String, tlsPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email. If specified, the value must greater than or equal to 300 seconds (5 minutes) and less than or equal to 50400 seconds (840 minutes).

Link copied to clipboard

The name of the dedicated IP pool to associate with the configuration set.

Link copied to clipboard

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).