Get Configuration Set Result
data class GetConfigurationSetResult(val arn: String, val configurationSetName: String, val deliveryOptions: List<GetConfigurationSetDeliveryOption>, val id: String, val reputationOptions: List<GetConfigurationSetReputationOption>, val sendingOptions: List<GetConfigurationSetSendingOption>, val suppressionOptions: List<GetConfigurationSetSuppressionOption>, val tags: Map<String, String>, val trackingOptions: List<GetConfigurationSetTrackingOption>, val vdmOptions: List<GetConfigurationSetVdmOption>)
A collection of values returned by getConfigurationSet.
Constructors
Link copied to clipboard
constructor(arn: String, configurationSetName: String, deliveryOptions: List<GetConfigurationSetDeliveryOption>, id: String, reputationOptions: List<GetConfigurationSetReputationOption>, sendingOptions: List<GetConfigurationSetSendingOption>, suppressionOptions: List<GetConfigurationSetSuppressionOption>, tags: Map<String, String>, trackingOptions: List<GetConfigurationSetTrackingOption>, vdmOptions: List<GetConfigurationSetVdmOption>)
Properties
Link copied to clipboard
Link copied to clipboard
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
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
An object that contains information about the VDM preferences for your configuration set.