Skip to content

Delete Sync Configuration

codestarconnections_delete_sync_configuration R Documentation

Deletes the sync configuration for a specified repository and connection

Description

Deletes the sync configuration for a specified repository and connection.

Usage

codestarconnections_delete_sync_configuration(SyncType, ResourceName)

Arguments

SyncType

[required] The type of sync configuration to be deleted.

ResourceName

[required] The name of the Amazon Web Services resource associated with the sync configuration to be deleted.

Value

An empty list.

Request syntax

svc$delete_sync_configuration(
  SyncType = "CFN_STACK_SYNC",
  ResourceName = "string"
)