View source: R/ssm_operations.R
ssm_create_resource_data_sync | R Documentation |
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.
ssm_create_resource_data_sync(
SyncName,
S3Destination = NULL,
SyncType = NULL,
SyncSource = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.