SyncToDestination
and SyncFromSource
.SyncToDestination
type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide.SyncFromSource
type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization
by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.curl --location -g --request POST 'http://ssm.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"SyncName": "string",
"S3Destination": {
"BucketName": "string",
"Prefix": "string",
"SyncFormat": "JsonSerDe",
"Region": "string",
"AWSKMSKeyARN": "string",
"DestinationDataSharing": {
"DestinationDataSharingType": "string"
}
},
"SyncType": "string",
"SyncSource": {
"SourceType": "string",
"AwsOrganizationsSource": {
"OrganizationSourceType": "string",
"OrganizationalUnits": []
},
"SourceRegions": [],
"IncludeFutureRegions": true,
"EnableAllOpsDataSources": true
}
}'
{}