EndpointConfigurationShadowProductionVariantServerlessConfigArgs

data class EndpointConfigurationShadowProductionVariantServerlessConfigArgs(val maxConcurrency: Output<Int>, val memorySizeInMb: Output<Int>, val provisionedConcurrency: Output<Int>? = null) : ConvertibleToJava<EndpointConfigurationShadowProductionVariantServerlessConfigArgs>

Constructors

constructor(maxConcurrency: Output<Int>, memorySizeInMb: Output<Int>, provisionedConcurrency: Output<Int>? = null)

Properties

Link copied to clipboard
val maxConcurrency: Output<Int>

The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between 1 and 200.

Link copied to clipboard
val memorySizeInMb: Output<Int>

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

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

The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to max_concurrency. Valid values are between 1 and 200.

Functions

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