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
Documentation
data CopyAction Source #
The details of the copy operation.
See: newCopyAction
smart constructor.
CopyAction' | |
|
Instances
Create a value of CopyAction
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:lifecycle:CopyAction'
, copyAction_lifecycle
- Undocumented member.
$sel:destinationBackupVaultArn:CopyAction'
, copyAction_destinationBackupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies the destination
backup vault for the copied backup. For example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
copyAction_lifecycle :: Lens' CopyAction (Maybe Lifecycle) Source #
Undocumented member.
copyAction_destinationBackupVaultArn :: Lens' CopyAction Text Source #
An Amazon Resource Name (ARN) that uniquely identifies the destination
backup vault for the copied backup. For example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.