aws.codecommit.get_branch
Example SQL Queries
SELECT * FROMaws.codecommit.get_branch;Description
Returns information about a repository branch, including its name and the last commit ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| branch_name Input Column The name of the branch for which you want to retrieve information. | VARCHAR |
| repository_name Input Column The name of the repository that contains the branch for which you want to retrieve information. | 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 |
| branch The name of the branch. | STRUCT( |
Show child fields
| |