sync_configurations_list_only
Lists sync_configurations
in a region or regions, for all properties use sync_configurations
Overview
Name | sync_configurations_list_only |
Type | Resource |
Description | Schema for AWS::CodeStarConnections::SyncConfiguration resource which is used to enables an AWS resource to be synchronized from a source-provider. |
Id | aws.codestarconnections.sync_configurations_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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