aws.codecommit.list_branches
Example SQL Queries
SELECT * FROMaws.codecommit.list_branchesWHERE"repository_name" = 'VALUE';Description
Gets information about one or more branches in a repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository that contains the branches. | 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 |
| branches | VARCHAR |