codestarconnections_list_sync_configurations: Returns a list of sync configurations for a specified...

View source: R/codestarconnections_operations.R

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


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.