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 PoolInfo = PoolInfo' {}
- newPoolInfo :: PoolInfo
- poolInfo_retentionLockType :: Lens' PoolInfo (Maybe RetentionLockType)
- poolInfo_retentionLockTimeInDays :: Lens' PoolInfo (Maybe Natural)
- poolInfo_poolName :: Lens' PoolInfo (Maybe Text)
- poolInfo_storageClass :: Lens' PoolInfo (Maybe TapeStorageClass)
- poolInfo_poolStatus :: Lens' PoolInfo (Maybe PoolStatus)
- poolInfo_poolARN :: Lens' PoolInfo (Maybe Text)
Documentation
Describes a custom tape pool.
See: newPoolInfo
smart constructor.
PoolInfo' | |
|
Instances
newPoolInfo :: PoolInfo Source #
Create a value of PoolInfo
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:retentionLockType:PoolInfo'
, poolInfo_retentionLockType
- Tape retention lock type, which can be configured in two modes. When
configured in governance mode, Amazon Web Services accounts with
specific IAM permissions are authorized to remove the tape retention
lock from archived virtual tapes. When configured in compliance mode,
the tape retention lock cannot be removed by any user, including the
root Amazon Web Services account.
$sel:retentionLockTimeInDays:PoolInfo'
, poolInfo_retentionLockTimeInDays
- Tape retention lock time is set in days. Tape retention lock can be
enabled for up to 100 years (36,500 days).
$sel:poolName:PoolInfo'
, poolInfo_poolName
- The name of the custom tape pool. PoolName
can use all ASCII
characters, except '/' and '\'.
$sel:storageClass:PoolInfo'
, poolInfo_storageClass
- The storage class that is associated with the custom pool. When you use
your backup application to eject the tape, the tape is archived directly
into the storage class (S3 Glacier or S3 Glacier Deep Archive) that
corresponds to the pool.
$sel:poolStatus:PoolInfo'
, poolInfo_poolStatus
- Status of the custom tape pool. Pool can be ACTIVE
or DELETED
.
$sel:poolARN:PoolInfo'
, poolInfo_poolARN
- The Amazon Resource Name (ARN) of the custom tape pool. Use the
ListTapePools operation to return a list of custom tape pools for your
account and Amazon Web Services Region.
poolInfo_retentionLockType :: Lens' PoolInfo (Maybe RetentionLockType) Source #
Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
poolInfo_retentionLockTimeInDays :: Lens' PoolInfo (Maybe Natural) Source #
Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).
poolInfo_poolName :: Lens' PoolInfo (Maybe Text) Source #
The name of the custom tape pool. PoolName
can use all ASCII
characters, except '/' and '\'.
poolInfo_storageClass :: Lens' PoolInfo (Maybe TapeStorageClass) Source #
The storage class that is associated with the custom pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
poolInfo_poolStatus :: Lens' PoolInfo (Maybe PoolStatus) Source #
Status of the custom tape pool. Pool can be ACTIVE
or DELETED
.