aws.codestar_connections.list_repository_sync_definitions
Example SQL Queries
SELECT * FROMaws.codestar_connections.list_repository_sync_definitionsWHERE"repository_link_id" = 'VALUE'AND "sync_type" = 'VALUE';Description
Lists the repository sync definitions for repository links in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_link_id Required Input Column The ID of the repository link for the sync definition for which you want to retrieve information. | VARCHAR |
| sync_type Required Input Column The sync type of the repository link for the the sync definition for which you want to retrieve information. | 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 |
| next_token An enumeration token that, when provided in a request, returns the next batch of the results. | VARCHAR |
| repository_sync_definitions The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch. | STRUCT( |
Show child fields
| |