GetConfigurationSetResult

data class GetConfigurationSetResult(val deliveryOptions: ConfigurationSetDeliveryOptions? = null, val reputationOptions: ConfigurationSetReputationOptions? = null, val sendingOptions: ConfigurationSetSendingOptions? = null, val suppressionOptions: ConfigurationSetSuppressionOptions? = null, val trackingOptions: ConfigurationSetTrackingOptions? = null, val vdmOptions: ConfigurationSetVdmOptions? = null)

Constructors

Link copied to clipboard
constructor(deliveryOptions: ConfigurationSetDeliveryOptions? = null, reputationOptions: ConfigurationSetReputationOptions? = null, sendingOptions: ConfigurationSetSendingOptions? = null, suppressionOptions: ConfigurationSetSuppressionOptions? = null, trackingOptions: ConfigurationSetTrackingOptions? = null, vdmOptions: ConfigurationSetVdmOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

An object that represents the reputation settings for the configuration set.

Link copied to clipboard

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

Link copied to clipboard

An object that contains information about the suppression list preferences for your account.

Link copied to clipboard

The name of the custom open and click tracking domain associated with the configuration set.

Link copied to clipboard

The Virtual Deliverability Manager (VDM) options that apply to the configuration set.