CapacityReservationArgs

data class CapacityReservationArgs(val capacityAssignmentConfiguration: Output<CapacityReservationCapacityAssignmentConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<CapacityReservationTagArgs>>? = null, val targetDpus: Output<Int>? = null) : ConvertibleToJava<CapacityReservationArgs>

Resource schema for AWS::Athena::CapacityReservation

Constructors

Link copied to clipboard
fun CapacityReservationArgs(capacityAssignmentConfiguration: Output<CapacityReservationCapacityAssignmentConfigurationArgs>? = null, name: Output<String>? = null, tags: Output<List<CapacityReservationTagArgs>>? = null, targetDpus: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CapacityReservationArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

The reservation name.

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

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

Link copied to clipboard
val targetDpus: Output<Int>? = null

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