A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/StorageGateway/Types/CreateTapePoolInput.html below:

CreateTapePoolInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::CreateTapePoolInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateTapePoolInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  pool_name: "PoolName",   storage_class: "DEEP_ARCHIVE",   retention_lock_type: "COMPLIANCE",   retention_lock_time_in_days: 1,
  tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #pool_name ⇒ String

The name of the new custom tape pool.

#retention_lock_time_in_days ⇒ Integer

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

#retention_lock_type ⇒ String

Tape retention lock can be configured in two modes. When configured in governance mode, AWS 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 AWS account.

Possible values:

#storage_class ⇒ String

The storage class that is associated with the new 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.

Possible values:

#tags ⇒ Array<Types::Tag>

A list of up to 50 tags that can be assigned to tape pool. Each tag is a key-value pair.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag\'s key is 128 characters, and the maximum length for a tag\'s value is 256.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4