proton_list_repository_sync_definitions: List repository sync definitions with detail data

View source: R/proton_operations.R

proton_list_repository_sync_definitionsR Documentation

List repository sync definitions with detail data

Description

List repository sync definitions with detail data.

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

Usage

proton_list_repository_sync_definitions(
  nextToken = NULL,
  repositoryName,
  repositoryProvider,
  syncType
)

Arguments

nextToken

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.

repositoryName

[required] The repository name.

repositoryProvider

[required] The repository provider.

syncType

[required] The sync type. The only supported value is TEMPLATE_SYNC.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.