AmazonCreateRdsSnapshotsParameters Object
Last updated
{
"credentialIds": [
"cred-00000001"
],
"regionNames": [
"us-east-1"
],
"instanceIdentificationMethod": "by-instance-id",
"instanceIdComparison": {
"compareType": "starts-with",
"dbInstanceId": "prod-"
},
"snapshotId": "$(INSTANCEID)-$(DATE)",
"tags": [
{
"key": "skeddly:instance-id",
"value": "$(INSTANCEID)"
}
],
"targetRegionName": "us-west-2",
"targetCredentialId": "cred-00000002",
"targetKmsKeyOverride": "prodKey"
}