Class ClusterSnapshotCopy
Inheritance
System.Object
ClusterSnapshotCopy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.RedShift.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterSnapshotCopy
Fields
View SourceDestinationRegion
The destination region that you want to copy snapshots to.
Declaration
public readonly string DestinationRegion
Field Value
| Type | Description |
|---|---|
| System.String |
GrantName
The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.
Declaration
public readonly string GrantName
Field Value
| Type | Description |
|---|---|
| System.String |
RetentionPeriod
The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to 7.
Declaration
public readonly int? RetentionPeriod
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |