GetCapacityReservationResult

data class GetCapacityReservationResult(val allocatedDpus: Int? = null, val arn: String? = null, val capacityAssignmentConfiguration: CapacityReservationCapacityAssignmentConfiguration? = null, val creationTime: String? = null, val lastSuccessfulAllocationTime: String? = null, val status: CapacityReservationStatus? = null, val tags: List<Tag>? = null, val targetDpus: Int? = null)

Constructors

Link copied to clipboard
constructor(allocatedDpus: Int? = null, arn: String? = null, capacityAssignmentConfiguration: CapacityReservationCapacityAssignmentConfiguration? = null, creationTime: String? = null, lastSuccessfulAllocationTime: String? = null, status: CapacityReservationStatus? = null, tags: List<Tag>? = null, targetDpus: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocatedDpus: Int? = null

The number of DPUs Athena has provisioned and allocated for the reservation

Link copied to clipboard
val arn: String? = null

The ARN of the capacity reservation.

Link copied to clipboard

Assigns Athena workgroups (and hence their queries) to capacity reservations. A capacity reservation can have only one capacity assignment configuration, but the capacity assignment configuration can be made up of multiple individual assignments. Each assignment specifies how Athena queries can consume capacity from the capacity reservation that their workgroup is mapped to.

Link copied to clipboard
val creationTime: String? = null

The date and time the reservation was created.

Link copied to clipboard

The timestamp when the last successful allocated was made

Link copied to clipboard

The status of the reservation.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val targetDpus: Int? = null

The number of DPUs to request to be allocated to the reservation.