aws.codeguru_reviewer.describe_recommendation_feedback
Example SQL Queries
SELECT * FROMaws.codeguru_reviewer.describe_recommendation_feedbackWHERE"code_review_arn" = 'VALUE'AND "recommendation_id" = 'VALUE';Description
Describes the customer feedback for a CodeGuru Reviewer recommendation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| code_review_arn Required Input Column The Amazon Resource Name (ARN) of the CodeReview object. | VARCHAR |
| recommendation_id Required Input Column The recommendation ID that can be used to track the provided recommendations and then to collect the feedback. | VARCHAR |
| user_id Input Column Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request. The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide. | 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 |
| recommendation_feedback The recommendation feedback given by the user. | STRUCT( |
Show child fields
| |