ConfigurationSetSuppressionOptionsArgs

data class ConfigurationSetSuppressionOptionsArgs(val suppressedReasons: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationSetSuppressionOptionsArgs>

Constructors

Link copied to clipboard
constructor(suppressedReasons: Output<List<String>>? = null)

Properties

Link copied to clipboard
val suppressedReasons: Output<List<String>>? = null

A list that contains the reasons that email addresses are automatically added to the suppression list for your account. Valid values: BOUNCE, COMPLAINT.

Functions

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