ConfigurationSetSendingOptions

data class ConfigurationSetSendingOptions(val sendingEnabled: Boolean? = null)

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: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sendingEnabled: Boolean? = null

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