TieringConfiguration

This contains metadata about a tiering configuration.

Types

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

Properties

Link copied to clipboard

The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.

Link copied to clipboard

The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

Link copied to clipboard

This is a unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.

Link copied to clipboard

The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of LastUpdatedTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

Link copied to clipboard

An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.

Link copied to clipboard

The unique name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.

Functions

Link copied to clipboard
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