Learn R Programming

paws.developer.tools (version 0.8.0)

codeconnections_list_sync_configurations: Returns a list of sync configurations for a specified repository

Description

Returns a list of sync configurations for a specified repository.

See https://www.paws-r-sdk.com/docs/codeconnections_list_sync_configurations/ for full documentation.

Usage

codeconnections_list_sync_configurations(
  MaxResults = NULL,
  NextToken = NULL,
  RepositoryLinkId,
  SyncType
)

Arguments

MaxResults

A non-zero, non-negative integer used to limit the number of returned results.

NextToken

An enumeration token that allows the operation to batch the results of the operation.

RepositoryLinkId

[required] The ID of the repository link for the requested list of sync configurations.

SyncType

[required] The sync type for the requested list of sync configurations.