PoolInfo

class PoolInfo

Describes a custom tape pool.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The name of the custom tape pool. PoolName can use all ASCII characters, except '/' and '\'.

Link copied to clipboard

Status of the custom tape pool. Pool can be ACTIVE or DELETED.

Link copied to clipboard

Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: PoolInfo.Builder.() -> Unit = {}): PoolInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String