aws.codeconnections.list_sync_configurations
Example SQL Queries
SELECT * FROMaws.codeconnections.list_sync_configurationsWHERE"repository_link_id" = 'VALUE'AND "sync_type" = 'VALUE';Description
Returns a list of sync configurations for a specified repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_link_id Required Input Column The ID of the repository link for the requested list of sync configurations. | VARCHAR |
| sync_type Required Input Column The sync type for the requested list of sync configurations. | VARCHAR |
| max_results Input Column A non-zero, non-negative integer used to limit the number of returned results. | BIGINT |
| next_token Input Column An enumeration token that allows the operation to batch the next results of the operation. | 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
| |
| sync_configurations The list of repository sync definitions returned by the request. | STRUCT( |
Show child fields
| |