ServiceEndpointResourcePropertiesArgs

data class ServiceEndpointResourcePropertiesArgs(val preAllocatedCapacity: Output<Int>? = null) : ConvertibleToJava<ServiceEndpointResourcePropertiesArgs>

ServiceEndpoint resource properties.

Constructors

Link copied to clipboard
constructor(preAllocatedCapacity: Output<Int>? = null)

Properties

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

ServiceEndpoint pre-allocated capacity controls the maximum requests-per-second allowed for that endpoint. Only applicable when Account configuration is Capacity.

Functions

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