aws.codecommit.get_pull_request_override_state
Example SQL Queries
SELECT * FROMaws.codecommit.get_pull_request_override_stateWHERE"pull_request_id" = 'VALUE'AND "revision_id" = 'VALUE';Description
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pull_request_id Required Input Column The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden). | VARCHAR |
| revision_id Required Input Column The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest. | 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 |
| overridden A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE). | BOOLEAN |
| overrider The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request. | VARCHAR |