ConfigurationSetSendingOptionsArgs

data class ConfigurationSetSendingOptionsArgs(val sendingEnabled: Output<Boolean>? = null) : ConvertibleToJava<ConfigurationSetSendingOptionsArgs>

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

Constructors

Link copied to clipboard
constructor(sendingEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val sendingEnabled: Output<Boolean>? = null

If true , email sending is enabled for the configuration set. If false , email sending is disabled for the configuration set.

Functions

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