aws.codecommit.list_pull_requests
Example SQL Queries
SELECT * FROMaws.codecommit.list_pull_requestsWHERE"repository_name" = 'VALUE';Description
Returns a list of pull requests for a specified repository. The return list can be refined by pull request status or pull request author ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository for which you want to list pull requests. | VARCHAR |
| author_arn Input Column Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user. | VARCHAR |
| pull_request_status Input Column Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status. | 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 |
| pull_request_ids | VARCHAR |