/AWS1/CL_WADLENSREVIEWSUMMARY¶
A lens review summary of a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lensalias TYPE /AWS1/WADLENSALIAS /AWS1/WADLENSALIAS¶
The alias of the lens.
For Amazon Web Services official lenses, this is either the lens alias, such as
serverless, or the lens ARN, such asarn:aws:wellarchitected:us-east-1::lens/serverless. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on Amazon Web Services official lenses.For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.Each lens is identified by its LensSummary$LensAlias.
iv_lensarn TYPE /AWS1/WADLENSARN /AWS1/WADLENSARN¶
The ARN for the lens.
iv_lensversion TYPE /AWS1/WADLENSVERSION /AWS1/WADLENSVERSION¶
The version of the lens.
iv_lensname TYPE /AWS1/WADLENSNAME /AWS1/WADLENSNAME¶
The full name of the lens.
iv_lensstatus TYPE /AWS1/WADLENSSTATUS /AWS1/WADLENSSTATUS¶
The status of the lens.
iv_updatedat TYPE /AWS1/WADTIMESTAMP /AWS1/WADTIMESTAMP¶
The date and time recorded.
it_riskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
A map from risk names to the count of how many questions have that rating.
it_profiles TYPE /AWS1/CL_WADWORKLOADPROFILE=>TT_WORKLOADPROFILES TT_WORKLOADPROFILES¶
The profiles associated with the workload.
it_prioritizedriskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
A map from risk names to the count of how many questions have that rating.
Queryable Attributes¶
LensAlias¶
The alias of the lens.
For Amazon Web Services official lenses, this is either the lens alias, such as
serverless, or the lens ARN, such asarn:aws:wellarchitected:us-east-1::lens/serverless. Note that some operations (such as ExportLens and CreateLensShare) are not permitted on Amazon Web Services official lenses.For custom lenses, this is the lens ARN, such as
arn:aws:wellarchitected:us-west-2:123456789012:lens/0123456789abcdef01234567890abcdef.Each lens is identified by its LensSummary$LensAlias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSALIAS() |
Getter for LENSALIAS, with configurable default |
ASK_LENSALIAS() |
Getter for LENSALIAS w/ exceptions if field has no value |
HAS_LENSALIAS() |
Determine if LENSALIAS has a value |
LensArn¶
The ARN for the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSARN() |
Getter for LENSARN, with configurable default |
ASK_LENSARN() |
Getter for LENSARN w/ exceptions if field has no value |
HAS_LENSARN() |
Determine if LENSARN has a value |
LensVersion¶
The version of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSVERSION() |
Getter for LENSVERSION, with configurable default |
ASK_LENSVERSION() |
Getter for LENSVERSION w/ exceptions if field has no value |
HAS_LENSVERSION() |
Determine if LENSVERSION has a value |
LensName¶
The full name of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSNAME() |
Getter for LENSNAME, with configurable default |
ASK_LENSNAME() |
Getter for LENSNAME w/ exceptions if field has no value |
HAS_LENSNAME() |
Determine if LENSNAME has a value |
LensStatus¶
The status of the lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSSTATUS() |
Getter for LENSSTATUS, with configurable default |
ASK_LENSSTATUS() |
Getter for LENSSTATUS w/ exceptions if field has no value |
HAS_LENSSTATUS() |
Determine if LENSSTATUS has a value |
UpdatedAt¶
The date and time recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
RiskCounts¶
A map from risk names to the count of how many questions have that rating.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKCOUNTS() |
Getter for RISKCOUNTS, with configurable default |
ASK_RISKCOUNTS() |
Getter for RISKCOUNTS w/ exceptions if field has no value |
HAS_RISKCOUNTS() |
Determine if RISKCOUNTS has a value |
Profiles¶
The profiles associated with the workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILES() |
Getter for PROFILES, with configurable default |
ASK_PROFILES() |
Getter for PROFILES w/ exceptions if field has no value |
HAS_PROFILES() |
Determine if PROFILES has a value |
PrioritizedRiskCounts¶
A map from risk names to the count of how many questions have that rating.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITIZEDRISKCOUNTS() |
Getter for PRIORITIZEDRISKCOUNTS, with configurable default |
ASK_PRIORITIZEDRISKCOUNTS() |
Getter for PRIORITIZEDRISKCOUNTS w/ exceptions if field has |
HAS_PRIORITIZEDRISKCOUNTS() |
Determine if PRIORITIZEDRISKCOUNTS 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_LENSREVIEWSUMMARIES¶
TYPES TT_LENSREVIEWSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADLENSREVIEWSUMMARY WITH DEFAULT KEY
.