ConfigurationSetArgs

data class ConfigurationSetArgs(val deliveryOptions: Output<ConfigurationSetDeliveryOptionsArgs>? = null, val name: Output<String>? = null, val reputationOptions: Output<ConfigurationSetReputationOptionsArgs>? = null, val sendingOptions: Output<ConfigurationSetSendingOptionsArgs>? = null, val suppressionOptions: Output<ConfigurationSetSuppressionOptionsArgs>? = null, val trackingOptions: Output<ConfigurationSetTrackingOptionsArgs>? = null, val vdmOptions: Output<ConfigurationSetVdmOptionsArgs>? = null) : ConvertibleToJava<ConfigurationSetArgs>

Resource schema for AWS::SES::ConfigurationSet.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(deliveryOptions: Output<ConfigurationSetDeliveryOptionsArgs>? = null, name: Output<String>? = null, reputationOptions: Output<ConfigurationSetReputationOptionsArgs>? = null, sendingOptions: Output<ConfigurationSetSendingOptionsArgs>? = null, suppressionOptions: Output<ConfigurationSetSuppressionOptionsArgs>? = null, trackingOptions: Output<ConfigurationSetTrackingOptionsArgs>? = null, vdmOptions: Output<ConfigurationSetVdmOptionsArgs>? = 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
val name: Output<String>? = null

The name of 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

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

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationSetArgs