Skip to main content

sync_configurations_list_only

Lists sync_configurations in a region or regions, for all properties use sync_configurations

Overview

Namesync_configurations_list_only
TypeResource
DescriptionSchema for AWS::CodeStarConnections::SyncConfiguration resource which is used to enables an AWS resource to be synchronized from a source-provider.
Idaws.codestarconnections.sync_configurations_list_only

Fields

NameDatatypeDescription
resource_namestringThe name of the resource that is being synchronized to the repository.
sync_typestringThe type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all sync_configurations in a region.

SELECT
region,
resource_name,
sync_type
FROM aws.codestarconnections.sync_configurations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the sync_configurations_list_only resource, see sync_configurations