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 DestinationBackup = DestinationBackup' {}
- newDestinationBackup :: DestinationBackup
- destinationBackup_sourceCluster :: Lens' DestinationBackup (Maybe Text)
- destinationBackup_sourceRegion :: Lens' DestinationBackup (Maybe Text)
- destinationBackup_sourceBackup :: Lens' DestinationBackup (Maybe Text)
- destinationBackup_createTimestamp :: Lens' DestinationBackup (Maybe UTCTime)
Documentation
data DestinationBackup Source #
Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.
See: newDestinationBackup
smart constructor.
DestinationBackup' | |
|
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: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.
$sel:sourceBackup:DestinationBackup'
, destinationBackup_sourceBackup
- The identifier (ID) of the source backup from which the new backup was
copied.
$sel:createTimestamp:DestinationBackup'
, destinationBackup_createTimestamp
- The date and time when both the source backup was created.
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.
destinationBackup_sourceBackup :: Lens' DestinationBackup (Maybe Text) Source #
The identifier (ID) of 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.