AWSRedshiftClusterSnapshotCopyStatus
No description
type AWSRedshiftClusterSnapshotCopyStatus {
destinationRegion: String!
manualSnapshotRetentionPeriod: Int!
retentionPeriod: Int64!
grantName: String!
}
Fields
AWSRedshiftClusterSnapshotCopyStatus.destinationRegion ● String! non-null scalar
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
AWSRedshiftClusterSnapshotCopyStatus.manualSnapshotRetentionPeriod ● Int! non-null scalar
The number of days that automated snapshots are retained in the destination region after they are copied from a source region. 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.
AWSRedshiftClusterSnapshotCopyStatus.retentionPeriod ● Int64! non-null scalar
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
AWSRedshiftClusterSnapshotCopyStatus.grantName ● String! non-null scalar
The name of the snapshot copy grant.
Member of
AWSRedshiftCluster object