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>

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: 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
val tags: Output<List<Tag>>?

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>