CapacityReservationGroupArgs

data class CapacityReservationGroupArgs(val offer: Output<ServerlessOfferArgs>? = null, val reservedCapacity: Output<Int>) : ConvertibleToJava<CapacityReservationGroupArgs>

Constructors

Link copied to clipboard
constructor(offer: Output<ServerlessOfferArgs>? = null, reservedCapacity: Output<Int>)

Properties

Link copied to clipboard
val offer: Output<ServerlessOfferArgs>? = null

Offer used by this capacity reservation group.

Link copied to clipboard
val reservedCapacity: Output<Int>

Required Specifies the amount of capacity to reserve.

Functions

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