ConfigurationSetDeliveryOptionsArgs

data class ConfigurationSetDeliveryOptionsArgs(val maxDeliverySeconds: Output<Int>? = null, val sendingPoolName: Output<String>? = null, val tlsPolicy: Output<String>? = null) : ConvertibleToJava<ConfigurationSetDeliveryOptionsArgs>

Constructors

Link copied to clipboard
constructor(maxDeliverySeconds: Output<Int>? = null, sendingPoolName: Output<String>? = null, tlsPolicy: Output<String>? = null)

Properties

Link copied to clipboard
val maxDeliverySeconds: Output<Int>? = null

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
val sendingPoolName: Output<String>? = null

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

Link copied to clipboard
val tlsPolicy: Output<String>? = null

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). Valid values: REQUIRE, OPTIONAL.

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationSetDeliveryOptionsArgs