A resource data sync helps you view data from multiple sources in a single location
Source:R/ssm_operations.R
ssm_create_resource_data_sync.RdA 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
SyncTypevalue is SyncToDestination.- SyncType
Specify
SyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specifySyncToDestination, you must provide a value forS3Destination. SpecifySyncFromSourceto synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specifySyncFromSource, you must provide a value forSyncSource. The default value isSyncToDestination.- SyncSource
Specify information about the data sources to synchronize. This parameter is required if the
SyncTypevalue is SyncFromSource.