Get Lens Review Report
| wellarchitected_get_lens_review_report | R Documentation |
Get lens review report¶
Description¶
Get lens review report.
Usage¶
wellarchitected_get_lens_review_report(WorkloadId, LensAlias,
MilestoneNumber)
Arguments¶
WorkloadId |
[required] The ID assigned to the workload. This ID is unique within an Amazon Web Services Region. |
LensAlias |
[required] The alias of the lens. For Amazon Web Services official lenses, this is either the lens
alias, such as For custom lenses, this is the lens ARN, such as Each lens is identified by its LensSummary$LensAlias. |
MilestoneNumber |
The milestone number. A workload can have a maximum of 100 milestones. |
Value¶
A list with the following syntax:
list(
WorkloadId = "string",
MilestoneNumber = 123,
LensReviewReport = list(
LensAlias = "string",
LensArn = "string",
Base64String = "string"
)
)
Request syntax¶
svc$get_lens_review_report(
WorkloadId = "string",
LensAlias = "string",
MilestoneNumber = 123
)