/AWS1/CL_SE2RECOMMENDATION¶
A recommendation generated for your account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/SE2AMAZONRESOURCENAME /AWS1/SE2AMAZONRESOURCENAME¶
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com.
iv_type TYPE /AWS1/SE2RECOMMENDATIONTYPE /AWS1/SE2RECOMMENDATIONTYPE¶
The recommendation type, with values like
DKIM,SPF,DMARC,BIMI, orCOMPLAINT.
iv_description TYPE /AWS1/SE2RECOMMENDATIONDESC /AWS1/SE2RECOMMENDATIONDESC¶
The recommendation description / disambiguator - e.g.
DKIM1andDKIM2are different recommendations about your DKIM setup.
iv_status TYPE /AWS1/SE2RECOMMENDATIONSTATUS /AWS1/SE2RECOMMENDATIONSTATUS¶
The recommendation status, with values like
OPENorFIXED.
iv_createdtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The first time this issue was encountered and the recommendation was generated.
iv_lastupdatedtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The last time the recommendation was updated.
iv_impact TYPE /AWS1/SE2RECOMMENDATIONIMPACT /AWS1/SE2RECOMMENDATIONIMPACT¶
The recommendation impact, with values like
HIGHorLOW.
Queryable Attributes¶
ResourceArn¶
The resource affected by the recommendation, with values like
arn:aws:ses:us-east-1:123456789012:identity/example.com.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Type¶
The recommendation type, with values like
DKIM,SPF,DMARC,BIMI, orCOMPLAINT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Description¶
The recommendation description / disambiguator - e.g.
DKIM1andDKIM2are different recommendations about your DKIM setup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Status¶
The recommendation status, with values like
OPENorFIXED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreatedTimestamp¶
The first time this issue was encountered and the recommendation was generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
LastUpdatedTimestamp¶
The last time the recommendation was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP has a value |
Impact¶
The recommendation impact, with values like
HIGHorLOW.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPACT() |
Getter for IMPACT, with configurable default |
ASK_IMPACT() |
Getter for IMPACT w/ exceptions if field has no value |
HAS_IMPACT() |
Determine if IMPACT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RECOMMENDATIONSLIST¶
TYPES TT_RECOMMENDATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2RECOMMENDATION WITH DEFAULT KEY
.