GetConfigurationSetResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
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
val id: String

The provider-assigned unique ID for this managed resource.

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

Key-value map of resource tags for the container recipe.

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.