Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ClusterSnapshotCopyStatus = ClusterSnapshotCopyStatus' {}
- newClusterSnapshotCopyStatus :: ClusterSnapshotCopyStatus
- clusterSnapshotCopyStatus_manualSnapshotRetentionPeriod :: Lens' ClusterSnapshotCopyStatus (Maybe Int)
- clusterSnapshotCopyStatus_retentionPeriod :: Lens' ClusterSnapshotCopyStatus (Maybe Integer)
- clusterSnapshotCopyStatus_destinationRegion :: Lens' ClusterSnapshotCopyStatus (Maybe Text)
- clusterSnapshotCopyStatus_snapshotCopyGrantName :: Lens' ClusterSnapshotCopyStatus (Maybe Text)
Documentation
data ClusterSnapshotCopyStatus Source #
Returns the destination region and retention period that are configured for cross-region snapshot copy.
See: newClusterSnapshotCopyStatus
smart constructor.
ClusterSnapshotCopyStatus' | |
|
Instances
newClusterSnapshotCopyStatus :: ClusterSnapshotCopyStatus Source #
Create a value of ClusterSnapshotCopyStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manualSnapshotRetentionPeriod:ClusterSnapshotCopyStatus'
, clusterSnapshotCopyStatus_manualSnapshotRetentionPeriod
- 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.
$sel:retentionPeriod:ClusterSnapshotCopyStatus'
, clusterSnapshotCopyStatus_retentionPeriod
- The number of days that automated snapshots are retained in the
destination region after they are copied from a source region.
$sel:destinationRegion:ClusterSnapshotCopyStatus'
, clusterSnapshotCopyStatus_destinationRegion
- The destination region that snapshots are automatically copied to when
cross-region snapshot copy is enabled.
$sel:snapshotCopyGrantName:ClusterSnapshotCopyStatus'
, clusterSnapshotCopyStatus_snapshotCopyGrantName
- The name of the snapshot copy grant.
clusterSnapshotCopyStatus_manualSnapshotRetentionPeriod :: Lens' ClusterSnapshotCopyStatus (Maybe Int) Source #
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.
clusterSnapshotCopyStatus_retentionPeriod :: Lens' ClusterSnapshotCopyStatus (Maybe Integer) Source #
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
clusterSnapshotCopyStatus_destinationRegion :: Lens' ClusterSnapshotCopyStatus (Maybe Text) Source #
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
clusterSnapshotCopyStatus_snapshotCopyGrantName :: Lens' ClusterSnapshotCopyStatus (Maybe Text) Source #
The name of the snapshot copy grant.