sync_configurations
Retrieves a list of sync_configurations
in a region
Overview
Name | sync_configurations |
Type | Resource |
Description | sync_configurations |
Id | awscc.codestarconnections.sync_configurations |
Fields
Name | Datatype | Description |
---|---|---|
resource_name | string | The name of the resource that is being synchronized to the repository. |
sync_type | string | The type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC. |
region | string | AWS 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