codestarconnections_list_sync_configurations {paws.developer.tools}R Documentation

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/codestarconnections_list_sync_configurations/ for full documentation.

Usage

codestarconnections_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.


[Package paws.developer.tools version 0.9.0 Index]