| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RedshiftServerLess.Types.RecoveryPoint
Description
Synopsis
- data RecoveryPoint = RecoveryPoint' {}
- newRecoveryPoint :: RecoveryPoint
- recoveryPoint_namespaceArn :: Lens' RecoveryPoint (Maybe Text)
- recoveryPoint_namespaceName :: Lens' RecoveryPoint (Maybe Text)
- recoveryPoint_recoveryPointCreateTime :: Lens' RecoveryPoint (Maybe UTCTime)
- recoveryPoint_recoveryPointId :: Lens' RecoveryPoint (Maybe Text)
- recoveryPoint_totalSizeInMegaBytes :: Lens' RecoveryPoint (Maybe Double)
- recoveryPoint_workgroupName :: Lens' RecoveryPoint (Maybe Text)
Documentation
data RecoveryPoint Source #
The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.
See: newRecoveryPoint smart constructor.
Constructors
| RecoveryPoint' | |
Fields
| |
Instances
newRecoveryPoint :: RecoveryPoint Source #
Create a value of RecoveryPoint 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:namespaceArn:RecoveryPoint', recoveryPoint_namespaceArn - The Amazon Resource Name (ARN) of the namespace the recovery point is
associated with.
$sel:namespaceName:RecoveryPoint', recoveryPoint_namespaceName - The name of the namespace the recovery point is associated with.
$sel:recoveryPointCreateTime:RecoveryPoint', recoveryPoint_recoveryPointCreateTime - The time the recovery point is created.
$sel:recoveryPointId:RecoveryPoint', recoveryPoint_recoveryPointId - The unique identifier of the recovery point.
$sel:totalSizeInMegaBytes:RecoveryPoint', recoveryPoint_totalSizeInMegaBytes - The total size of the data in the recovery point in megabytes.
$sel:workgroupName:RecoveryPoint', recoveryPoint_workgroupName - The name of the workgroup the recovery point is associated with.
recoveryPoint_namespaceArn :: Lens' RecoveryPoint (Maybe Text) Source #
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
recoveryPoint_namespaceName :: Lens' RecoveryPoint (Maybe Text) Source #
The name of the namespace the recovery point is associated with.
recoveryPoint_recoveryPointCreateTime :: Lens' RecoveryPoint (Maybe UTCTime) Source #
The time the recovery point is created.
recoveryPoint_recoveryPointId :: Lens' RecoveryPoint (Maybe Text) Source #
The unique identifier of the recovery point.
recoveryPoint_totalSizeInMegaBytes :: Lens' RecoveryPoint (Maybe Double) Source #
The total size of the data in the recovery point in megabytes.
recoveryPoint_workgroupName :: Lens' RecoveryPoint (Maybe Text) Source #
The name of the workgroup the recovery point is associated with.