ServerlessEndpointCapacityReservationResponse

data class ServerlessEndpointCapacityReservationResponse(val capacityReservationGroupId: String, val endpointReservedCapacity: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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