View source: R/codestarconnections_operations.R
codestarconnections_update_sync_configuration | R Documentation |
Updates the sync configuration for your connection and a specified external Git repository.
See https://www.paws-r-sdk.com/docs/codestarconnections_update_sync_configuration/ for full documentation.
codestarconnections_update_sync_configuration(
Branch = NULL,
ConfigFile = NULL,
RepositoryLinkId = NULL,
ResourceName,
RoleArn = NULL,
SyncType,
PublishDeploymentStatus = NULL,
TriggerResourceUpdateOn = NULL
)
Branch |
The branch for the sync configuration to be updated. |
ConfigFile |
The configuration file for the sync configuration to be updated. |
RepositoryLinkId |
The ID of the repository link for the sync configuration to be updated. |
ResourceName |
[required] The name of the Amazon Web Services resource for the sync configuration to be updated. |
RoleArn |
The ARN of the IAM role for the sync configuration to be updated. |
SyncType |
[required] The sync type for the sync configuration to be updated. |
PublishDeploymentStatus |
Whether to enable or disable publishing of deployment status to source providers. |
TriggerResourceUpdateOn |
When to trigger Git sync to begin the stack update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.