aws.codeconnections.get_sync_configuration
Example SQL Queries
SELECT * FROMaws.codeconnections.get_sync_configurationWHERE"sync_type" = 'VALUE'AND "resource_name" = 'VALUE';Description
Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_name Required Input Column The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information. | VARCHAR |
| sync_type Required Input Column The sync type for the sync configuration 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
| |
| sync_configuration The details about the sync configuration for which you want to retrieve information. | STRUCT( |
Show child fields
| |