AmazonCreateRedshiftSnapshotParameters Object
Last updated
{
"credentialIds": [
"cred-00000001"
],
"regionNames": [
"us-east-1"
],
"clusterIdentificationMethod": "by-cluster-id",
"clusterId": "my-cluster"
"snapshotId": "$(CLUSTERID)-$(DATE)",
"tags": [
{
"key": "skeddly:cluster-id",
"value": "$(CLUSTERID)"
}
]
}