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

Functions

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