ServerlessEndpointCapacityReservationArgs

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

Constructors

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

Functions

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

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.