ServerlessEndpointCapacityReservationArgs

data class ServerlessEndpointCapacityReservationArgs(val capacityReservationGroupId: Output<String>, val endpointReservedCapacity: Output<Int>? = null) : ConvertibleToJava<ServerlessEndpointCapacityReservationArgs>

Constructors

constructor(capacityReservationGroupId: Output<String>, endpointReservedCapacity: Output<Int>? = null)

Properties

Link copied to clipboard

Required Specifies a capacity reservation group ID to allocate capacity from.

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

Specifies a capacity amount to reserve for this endpoint within the parent capacity reservation group.

Functions

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