aws.proton.get_repository_sync_status
Example SQL Queries
SELECT * FROMaws.proton.get_repository_sync_statusWHERE"branch" = 'VALUE'AND "repository_name" = 'VALUE'AND "repository_provider" = 'VALUE'AND "sync_type" = 'VALUE';Description
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC).
For more information about ABAC, see ABAC in the Proton User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| branch Required Input Column The repository branch. | VARCHAR |
| repository_name Required Input Column The repository name. | VARCHAR |
| repository_provider Required Input Column The repository provider. | VARCHAR |
| sync_type Required Input Column The repository sync type. | 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 |
| latest_sync The repository sync status detail data that's returned by Proton. | STRUCT( |
Show child fields
| |