Get Configuration Set Result
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)
Properties
Link copied to clipboard
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Link copied to clipboard
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use 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
An object that defines the open and click tracking options for emails that you send using the configuration set.
Link copied to clipboard
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.