aws.proton.list_repository_sync_definitions
Example SQL Queries
SELECT * FROMaws.proton.list_repository_sync_definitionsWHERE"repository_name" = 'VALUE'AND "repository_provider" = 'VALUE'AND "sync_type" = 'VALUE';Description
List repository sync definitions with detail data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The repository name. | VARCHAR |
| repository_provider Required Input Column The repository provider. | VARCHAR |
| sync_type Required Input Column The sync type. The only supported value is TEMPLATE_SYNC. | 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 repository branch. | VARCHAR |
| directory The directory in the repository. | VARCHAR |
| parent The resource that is synced from. | VARCHAR |
| target The resource that is synced to. | VARCHAR |