CapacityReservation

A reservation for a specified number of data processing units (DPUs). When a reservation is initially created, it has no DPUs. Athena allocates DPUs until the allocated amount equals the requested amount.

Types

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

Properties

Link copied to clipboard

The number of data processing units currently allocated.

Link copied to clipboard

The time in UTC epoch millis when the capacity reservation was created.

Link copied to clipboard

Contains the submission time of a single allocation request for a capacity reservation and the most recent status of the attempted allocation.

Link copied to clipboard

The time of the most recent capacity allocation that succeeded.

Link copied to clipboard

The name of the capacity reservation.

Link copied to clipboard

The status of the capacity reservation.

Link copied to clipboard

The number of data processing units requested.

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