ssm_list_resource_data_sync: Lists your resource data sync configurations

View source: R/ssm_operations.R

ssm_list_resource_data_syncR Documentation

Lists your resource data sync configurations

Description

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

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

Usage

ssm_list_resource_data_sync(
  SyncType = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

SyncType

View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.

NextToken

A token to start the list. Use this token to get the next set of results.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.