aws.wellarchitected.get_lens_review_report
Example SQL Queries
SELECT * FROMaws.wellarchitected.get_lens_review_reportWHERE"workload_id" = 'VALUE'AND "lens_alias" = 'VALUE';Description
Get lens review report.
Table Definition
| Column Name | Column Data Type |
|---|---|
| lens_alias Required Input Column 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 as arn: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. | VARCHAR |
| workload_id Required Input Column The ID assigned to the workload. This ID is unique within an Amazon Web Services Region. | VARCHAR |
| milestone_number Input Column The milestone number. A workload can have a maximum of 100 milestones. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| lens_review_report A report of a lens review. | STRUCT( |
Show child fields
| |