aws.codecatalyst.list_source_repository_branches
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_source_repository_branchesWHERE"space_name" = 'VALUE'AND "project_name" = 'VALUE'AND "source_repository_name" = 'VALUE';Description
Retrieves a list of branches in a specified source repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| source_repository_name Required Input Column The name of the source repository. | VARCHAR |
| space_name Required Input Column The name of the space. | 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
| |
| head_commit_id The commit ID of the tip of the branch at the time of the request, also known as the head commit. | VARCHAR |
| last_updated_time The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| name The name of the branch. | VARCHAR |
| ref The Git reference name of the branch. | VARCHAR |