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 AwsRedshiftClusterClusterSnapshotCopyStatus = AwsRedshiftClusterClusterSnapshotCopyStatus' {}
- newAwsRedshiftClusterClusterSnapshotCopyStatus :: AwsRedshiftClusterClusterSnapshotCopyStatus
- awsRedshiftClusterClusterSnapshotCopyStatus_manualSnapshotRetentionPeriod :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Int)
- awsRedshiftClusterClusterSnapshotCopyStatus_retentionPeriod :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Int)
- awsRedshiftClusterClusterSnapshotCopyStatus_destinationRegion :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Text)
- awsRedshiftClusterClusterSnapshotCopyStatus_snapshotCopyGrantName :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Text)
Documentation
data AwsRedshiftClusterClusterSnapshotCopyStatus Source #
Information about a cross-Region snapshot copy.
See: newAwsRedshiftClusterClusterSnapshotCopyStatus
smart constructor.
AwsRedshiftClusterClusterSnapshotCopyStatus' | |
|
Instances
newAwsRedshiftClusterClusterSnapshotCopyStatus :: AwsRedshiftClusterClusterSnapshotCopyStatus Source #
Create a value of AwsRedshiftClusterClusterSnapshotCopyStatus
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:AwsRedshiftClusterClusterSnapshotCopyStatus'
, awsRedshiftClusterClusterSnapshotCopyStatus_manualSnapshotRetentionPeriod
- 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
$sel:retentionPeriod:AwsRedshiftClusterClusterSnapshotCopyStatus'
, awsRedshiftClusterClusterSnapshotCopyStatus_retentionPeriod
- The number of days to retain automated snapshots in the destination
Region after they are copied from a source Region.
$sel:destinationRegion:AwsRedshiftClusterClusterSnapshotCopyStatus'
, awsRedshiftClusterClusterSnapshotCopyStatus_destinationRegion
- The destination Region that snapshots are automatically copied to when
cross-Region snapshot copy is enabled.
$sel:snapshotCopyGrantName:AwsRedshiftClusterClusterSnapshotCopyStatus'
, awsRedshiftClusterClusterSnapshotCopyStatus_snapshotCopyGrantName
- The name of the snapshot copy grant.
awsRedshiftClusterClusterSnapshotCopyStatus_manualSnapshotRetentionPeriod :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Int) Source #
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
awsRedshiftClusterClusterSnapshotCopyStatus_retentionPeriod :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Int) Source #
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
awsRedshiftClusterClusterSnapshotCopyStatus_destinationRegion :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Text) Source #
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
awsRedshiftClusterClusterSnapshotCopyStatus_snapshotCopyGrantName :: Lens' AwsRedshiftClusterClusterSnapshotCopyStatus (Maybe Text) Source #
The name of the snapshot copy grant.