aws.codecommit.get_pull_request_approval_states
Example SQL Queries
SELECT * FROMaws.codecommit.get_pull_request_approval_statesWHERE"pull_request_id" = 'VALUE'AND "revision_id" = 'VALUE';Description
Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pull_request_id Required Input Column The system-generated ID for the pull request. | VARCHAR |
| revision_id Required Input Column The system-generated ID for the pull request revision. | 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 |
| approvals Information about users who have approved the pull request. | STRUCT( |
Show child fields
| |