Interface CfnConfigurationSet.SuppressionOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.SuppressionOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.SuppressionOptionsProperty
extends software.amazon.jsii.JsiiSerializable
An object that contains information about the suppression list preferences for your account.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
SuppressionOptionsProperty suppressionOptionsProperty = SuppressionOptionsProperty.builder()
.suppressedReasons(List.of("suppressedReasons"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSet.SuppressionOptionsPropertystatic final classAn implementation forCfnConfigurationSet.SuppressionOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A list that contains the reasons that email addresses are automatically added to the suppression list for your account.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSuppressedReasons
A list that contains the reasons that email addresses are automatically added to the suppression list for your account.This list can contain any or all of the following:
COMPLAINT– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.BOUNCE– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
- See Also:
-
builder
-