aws.wellarchitected.get_review_template_answer
Example SQL Queries
SELECT * FROMaws.wellarchitected.get_review_template_answerWHERE"template_arn" = 'VALUE'AND "lens_alias" = 'VALUE'AND "question_id" = 'VALUE';Description
Get review template answer.
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 |
| question_id Required Input Column The ID of the question. | VARCHAR |
| template_arn Required Input Column The review template ARN. | 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 |
| answer An answer of the question. | STRUCT( |
Show child fields
| |