aws.codeconnections.get_repository_sync_status
Example SQL Queries
SELECT * FROMaws.codeconnections.get_repository_sync_statusWHERE"branch" = 'VALUE'AND "repository_link_id" = 'VALUE'AND "sync_type" = 'VALUE';Description
Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| branch Required Input Column The branch of the repository link for the requested repository sync status. | VARCHAR |
| repository_link_id Required Input Column The repository link ID for the requested repository sync status. | VARCHAR |
| sync_type Required Input Column The sync type of the requested sync 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
| |
| latest_sync The status of the latest sync returned for a specified repository and branch. | STRUCT( |
Show child fields
| |