Cluster Snapshot
Creates a Redshift cluster snapshot
Example Usage
resources:
example:
type: aws:redshift:ClusterSnapshot
properties:
clusterSnapshotName: example
clusterSnapshotContent:
fn::toJSON:
AllowDBUserOverride: '1'
Client_ID: ExampleClientID
App_ID: example
Content copied to clipboard
Import
Using pulumi import
, import Redshift Cluster Snapshots using snapshot_identifier
. For example:
$ pulumi import aws:redshift/clusterSnapshot:ClusterSnapshot test example
Content copied to clipboard
Properties
Link copied to clipboard
The cluster identifier for which you want a snapshot.
Link copied to clipboard
The number of days that a manual snapshot is retained. If the value is -1
, the manual snapshot is retained indefinitely. Valid values are -1 and between 1
and 3653
.
Link copied to clipboard
For manual snapshots, the Amazon Web Services account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.