ssm_create_resource_data_sync {paws.management} | R Documentation |
A resource data sync helps you view data from multiple sources in a single location
Description
A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination
and SyncFromSource
.
See https://www.paws-r-sdk.com/docs/ssm_create_resource_data_sync/ for full documentation.
Usage
ssm_create_resource_data_sync(
SyncName,
S3Destination = NULL,
SyncType = NULL,
SyncSource = NULL
)
Arguments
SyncName |
[required] A name for the configuration. |
S3Destination |
Amazon S3 configuration details for the sync. This parameter is required
if the |
SyncType |
Specify |
SyncSource |
Specify information about the data sources to synchronize. This
parameter is required if the |