Serverless Endpoint Capacity Reservation Args
    data class ServerlessEndpointCapacityReservationArgs(val capacityReservationGroupId: Output<String>, val endpointReservedCapacity: Output<Int>? = null) : ConvertibleToJava<ServerlessEndpointCapacityReservationArgs> 
Constructors
Link copied to clipboard
                fun ServerlessEndpointCapacityReservationArgs(capacityReservationGroupId: Output<String>, endpointReservedCapacity: Output<Int>? = null)