| 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.CloudHSMV2.Types.DestinationBackup
Description
Synopsis
- data DestinationBackup = DestinationBackup' {}
- newDestinationBackup :: DestinationBackup
- destinationBackup_createTimestamp :: Lens' DestinationBackup (Maybe UTCTime)
- destinationBackup_sourceBackup :: Lens' DestinationBackup (Maybe Text)
- destinationBackup_sourceCluster :: Lens' DestinationBackup (Maybe Text)
- destinationBackup_sourceRegion :: Lens' DestinationBackup (Maybe Text)
Documentation
data DestinationBackup Source #
Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.
See: newDestinationBackup smart constructor.
Constructors
| DestinationBackup' | |
Fields
| |
Instances
newDestinationBackup :: DestinationBackup Source #
Create a value of DestinationBackup 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:createTimestamp:DestinationBackup', destinationBackup_createTimestamp - The date and time when both the source backup was created.
$sel:sourceBackup:DestinationBackup', destinationBackup_sourceBackup - The identifier (ID) of the source backup from which the new backup was
copied.
$sel:sourceCluster:DestinationBackup', destinationBackup_sourceCluster - The identifier (ID) of the cluster containing the source backup from
which the new backup was copied.
$sel:sourceRegion:DestinationBackup', destinationBackup_sourceRegion - The AWS region that contains the source backup from which the new backup
was copied.
destinationBackup_createTimestamp :: Lens' DestinationBackup (Maybe UTCTime) Source #
The date and time when both the source backup was created.
destinationBackup_sourceBackup :: Lens' DestinationBackup (Maybe Text) Source #
The identifier (ID) of the source backup from which the new backup was copied.
destinationBackup_sourceCluster :: Lens' DestinationBackup (Maybe Text) Source #
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
destinationBackup_sourceRegion :: Lens' DestinationBackup (Maybe Text) Source #
The AWS region that contains the source backup from which the new backup was copied.