CapacityReservation

class CapacityReservation : KotlinCustomResource

Resource schema for AWS::Athena::CapacityReservation

Properties

Link copied to clipboard
val allocatedDpus: Output<Int>

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

Link copied to clipboard
val arn: Output<String>
Link copied to clipboard
val creationTime: Output<String>

The date and time the reservation was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The timestamp when the last successful allocated was made

Link copied to clipboard
val name: Output<String>

The reservation name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<Int>

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

Link copied to clipboard
val urn: Output<String>