/AWS1/CL_SE2SUPPRESSIONOPTIONS¶
An object that contains information about the suppression list preferences for your account or for a specific tenant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_suppressedreasons TYPE /AWS1/CL_SE2SUPIONLISTRSNS_W=>TT_SUPPRESSIONLISTREASONS TT_SUPPRESSIONLISTREASONS¶
A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant. This list can contain any or all of the following:
COMPLAINT– Amazon SES adds an email address to the suppression list for your account or for a specific tenant 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 or for a specific tenant when a message sent to that address results in a hard bounce.
iv_suppressionscope TYPE /AWS1/SE2SUPPRESSIONLISTSCOPE /AWS1/SE2SUPPRESSIONLISTSCOPE¶
The suppression scope for the configuration set. This overrides the tenant or account suppression scope for emails sent using this configuration set. Can be one of the following:
TENANT– Use the tenant's suppression list.
ACCOUNT– Use the account-level suppression list.
io_validationoptions TYPE REF TO /AWS1/CL_SE2SUPIONVLDTNOPTIONS /AWS1/CL_SE2SUPIONVLDTNOPTIONS¶
Contains validation options for email address suppression.
Queryable Attributes¶
SuppressedReasons¶
A list that contains the reasons that email addresses are automatically added to the suppression list for your account or for a specific tenant. This list can contain any or all of the following:
COMPLAINT– Amazon SES adds an email address to the suppression list for your account or for a specific tenant 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 or for a specific tenant when a message sent to that address results in a hard bounce.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPRESSEDREASONS() |
Getter for SUPPRESSEDREASONS, with configurable default |
ASK_SUPPRESSEDREASONS() |
Getter for SUPPRESSEDREASONS w/ exceptions if field has no v |
HAS_SUPPRESSEDREASONS() |
Determine if SUPPRESSEDREASONS has a value |
SuppressionScope¶
The suppression scope for the configuration set. This overrides the tenant or account suppression scope for emails sent using this configuration set. Can be one of the following:
TENANT– Use the tenant's suppression list.
ACCOUNT– Use the account-level suppression list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPRESSIONSCOPE() |
Getter for SUPPRESSIONSCOPE, with configurable default |
ASK_SUPPRESSIONSCOPE() |
Getter for SUPPRESSIONSCOPE w/ exceptions if field has no va |
HAS_SUPPRESSIONSCOPE() |
Determine if SUPPRESSIONSCOPE has a value |
ValidationOptions¶
Contains validation options for email address suppression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONOPTIONS() |
Getter for VALIDATIONOPTIONS |