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<CapacityReservationTag>? = null, val targetDpus: Int? = null)

Constructors

Link copied to clipboard
fun GetCapacityReservationResult(allocatedDpus: Int? = null, arn: String? = null, capacityAssignmentConfiguration: CapacityReservationCapacityAssignmentConfiguration? = null, creationTime: String? = null, lastSuccessfulAllocationTime: String? = null, status: CapacityReservationStatus? = null, tags: List<CapacityReservationTag>? = 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
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

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.