Skip to main content

sync_configurations

Retrieves a list of sync_configurations in a region

Overview

Namesync_configurations
TypeResource
Descriptionsync_configurations
Idawscc.codestarconnections.sync_configurations

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
resource_name,
sync_type
FROM awscc.codestarconnections.sync_configurations
WHERE region = 'us-east-1'

Permissions

To operate on the sync_configurations resource, the following permissions are required:

Create

codestar-connections:CreateSyncConfiguration,
codestar-connections:PassRepository,
iam:PassRole

List

codestar-connections:ListSyncConfigurations,
codestar-connections:ListRepositoryLinks