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 |
---|---|---|
owner_id | string | the ID of the entity that owns the repository. |
resource_name | string | The name of the resource that is being synchronized to the repository. |
repository_name | string | The name of the repository that is being synced to. |
provider_type | string | The name of the external provider where your third-party code repository is configured. |
branch | string | The name of the branch of the repository from which resources are to be synchronized, |
config_file | string | The source provider repository path of the sync configuration file of the respective SyncType. |
sync_type | string | The type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC. |
role_arn | string | The IAM Role that allows AWS to update CloudFormation stacks based on content in the specified repository. |
publish_deployment_status | string | Whether to enable or disable publishing of deployment status to source providers. |
trigger_resource_update_on | string | When to trigger Git sync to begin the stack update. |
repository_link_id | string | A UUID that uniquely identifies the RepositoryLink that the SyncConfig is associated with. |
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