aws.wellarchitected.get_lens
Example SQL Queries
SELECT * FROMaws.wellarchitected.get_lensWHERE"lens_alias" = 'VALUE';Description
Get an existing lens.
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 |
| lens_version Input Column The lens version to be retrieved. | VARCHAR |
| _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 A lens return object. | STRUCT( |
Show child fields
| |