codeconnections_get_sync_configuration {paws.developer.tools} | R Documentation |
Returns details about a sync configuration, including the sync type and resource name
Description
Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
See https://www.paws-r-sdk.com/docs/codeconnections_get_sync_configuration/ for full documentation.
Usage
codeconnections_get_sync_configuration(SyncType, ResourceName)
Arguments
SyncType |
[required] The sync type for the sync configuration for which you want to retrieve information. |
ResourceName |
[required] The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information. |
[Package paws.developer.tools version 0.9.0 Index]