/AWS1/CL_SE2TENANTSUPRSNATTRS¶
An object that contains the suppression list preferences for a 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 the tenant. This list can contain any or all of the following:
COMPLAINT– Amazon SES adds an email address to the suppression list when a message sent to that address results in a complaint.
BOUNCE– Amazon SES adds an email address to the suppression list when a message sent to that address results in a hard bounce.
iv_suppressionscope TYPE /AWS1/SE2SUPPRESSIONLISTSCOPE /AWS1/SE2SUPPRESSIONLISTSCOPE¶
The suppression scope for the tenant. Can be one of the following:
TENANT– The tenant uses its own suppression list.
ACCOUNT– The tenant uses the account-level suppression list.If you don't specify a suppression scope, the tenant defaults to
ACCOUNTscope and uses the account-level suppression list.
Queryable Attributes¶
SuppressedReasons¶
A list that contains the reasons that email addresses are automatically added to the suppression list for the tenant. This list can contain any or all of the following:
COMPLAINT– Amazon SES adds an email address to the suppression list when a message sent to that address results in a complaint.
BOUNCE– Amazon SES adds an email address to the suppression list 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 tenant. Can be one of the following:
TENANT– The tenant uses its own suppression list.
ACCOUNT– The tenant uses the account-level suppression list.If you don't specify a suppression scope, the tenant defaults to
ACCOUNTscope and uses 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 |