ComponentVersionLambdaExecutionParameters

data class ComponentVersionLambdaExecutionParameters(val environmentVariables: Any? = null, val eventSources: List<ComponentVersionLambdaEventSource>? = null, val execArgs: List<String>? = null, val inputPayloadEncodingType: ComponentVersionLambdaExecutionParametersInputPayloadEncodingType? = null, val linuxProcessParams: ComponentVersionLambdaLinuxProcessParams? = null, val maxIdleTimeInSeconds: Int? = null, val maxInstancesCount: Int? = null, val maxQueueSize: Int? = null, val pinned: Boolean? = null, val statusTimeoutInSeconds: Int? = null, val timeoutInSeconds: Int? = null)

Constructors

fun ComponentVersionLambdaExecutionParameters(environmentVariables: Any? = null, eventSources: List<ComponentVersionLambdaEventSource>? = null, execArgs: List<String>? = null, inputPayloadEncodingType: ComponentVersionLambdaExecutionParametersInputPayloadEncodingType? = null, linuxProcessParams: ComponentVersionLambdaLinuxProcessParams? = null, maxIdleTimeInSeconds: Int? = null, maxInstancesCount: Int? = null, maxQueueSize: Int? = null, pinned: Boolean? = null, statusTimeoutInSeconds: Int? = null, timeoutInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val execArgs: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val maxInstancesCount: Int? = null
Link copied to clipboard
val maxQueueSize: Int? = null
Link copied to clipboard
val pinned: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val timeoutInSeconds: Int? = null