Copy Snapshot
GET {{aws_elasticache_base_url}}/?SourceSnapshotName&TargetSnapshotName&KmsKeyId&TargetBucket&Version=2015-02-02
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
SourceSnapshotName | null | The name of an existing snapshot from which to make a copy. | |
TargetSnapshotName | null | A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting. | |
KmsKeyId | null | The ID of the KMS key used to encrypt the target snapshot. | |
TargetBucket | null | The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access. | |
Version | string | The version of the API. |