paws.management (version 0.1.0)

ssm_create_resource_data_sync: Creates a resource data sync configuration to a single bucket in Amazon S3

Description

Creates a resource data sync configuration to a single bucket in Amazon S3. This is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data to the Amazon S3 bucket. To check the status of the sync, use the ListResourceDataSync.

Usage

ssm_create_resource_data_sync(SyncName, S3Destination)

Arguments

SyncName

[required] A name for the configuration.

S3Destination

[required] Amazon S3 configuration details for the sync.

Request syntax

svc$create_resource_data_sync(
  SyncName = "string",
  S3Destination = list(
    BucketName = "string",
    Prefix = "string",
    SyncFormat = "JsonSerDe",
    Region = "string",
    AWSKMSKeyARN = "string"
  )
)

Details

By default, data is not encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy. For more information, see Configuring Resource Data Sync for Inventory in the AWS Systems Manager User Guide.