Configuration Set Delivery Options Args
data class ConfigurationSetDeliveryOptionsArgs(val maxDeliverySeconds: Output<Int>? = null, val sendingPoolName: Output<String>? = null, val tlsPolicy: Output<String>? = null) : ConvertibleToJava<ConfigurationSetDeliveryOptionsArgs>
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.