Struct aws_sdk_securityhub::model::aws_redshift_cluster_cluster_snapshot_copy_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRedshiftClusterClusterSnapshotCopyStatus
Implementations
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
The number of days that manual snapshots are retained in the destination region after they are copied from a source region.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
The number of days that manual snapshots are retained in the destination region after they are copied from a source region.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
The name of the snapshot copy grant.
The name of the snapshot copy grant.
Consumes the builder and constructs a AwsRedshiftClusterClusterSnapshotCopyStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more