- Navigation Guide
@aws-sdk/client-redshift
CopyClusterSnapshotCommandInput Interface
Members
Name | Type | Details |
---|---|---|
SourceSnapshotIdentifier Required | string | undefined | The identifier for the source snapshot. Constraints:
|
TargetSnapshotIdentifier Required | string | undefined | The identifier given to the new manual snapshot. Constraints:
|
ManualSnapshotRetentionPeriod | number | undefined | The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. The value must be either -1 or an integer between 1 and 3,653. The default value is -1. |
SourceSnapshotClusterIdentifier | string | undefined | The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. Constraints:
|
Full Signature
export interface CopyClusterSnapshotCommandInput extends CopyClusterSnapshotMessage