Struct rusoto_redshift::ModifySnapshotCopyRetentionPeriodMessage [] [src]

pub struct ModifySnapshotCopyRetentionPeriodMessage {
    pub cluster_identifier: String,
    pub retention_period: Integer,
}

Fields

The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

The number of days to retain automated snapshots in the destination region after they are copied from the source region.

If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

Constraints: Must be at least 1 and no more than 35.

Trait Implementations

impl Default for ModifySnapshotCopyRetentionPeriodMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for ModifySnapshotCopyRetentionPeriodMessage
[src]

Formats the value using the given formatter.

impl Clone for ModifySnapshotCopyRetentionPeriodMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more