ComponentVersionLambdaExecutionParametersArgs

data class ComponentVersionLambdaExecutionParametersArgs(val environmentVariables: Output<Any>? = null, val eventSources: Output<List<ComponentVersionLambdaEventSourceArgs>>? = null, val execArgs: Output<List<String>>? = null, val inputPayloadEncodingType: Output<ComponentVersionLambdaExecutionParametersInputPayloadEncodingType>? = null, val linuxProcessParams: Output<ComponentVersionLambdaLinuxProcessParamsArgs>? = null, val maxIdleTimeInSeconds: Output<Int>? = null, val maxInstancesCount: Output<Int>? = null, val maxQueueSize: Output<Int>? = null, val pinned: Output<Boolean>? = null, val statusTimeoutInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<ComponentVersionLambdaExecutionParametersArgs>

Constructors

fun ComponentVersionLambdaExecutionParametersArgs(environmentVariables: Output<Any>? = null, eventSources: Output<List<ComponentVersionLambdaEventSourceArgs>>? = null, execArgs: Output<List<String>>? = null, inputPayloadEncodingType: Output<ComponentVersionLambdaExecutionParametersInputPayloadEncodingType>? = null, linuxProcessParams: Output<ComponentVersionLambdaLinuxProcessParamsArgs>? = null, maxIdleTimeInSeconds: Output<Int>? = null, maxInstancesCount: Output<Int>? = null, maxQueueSize: Output<Int>? = null, pinned: Output<Boolean>? = null, statusTimeoutInSeconds: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null)

Functions

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

Properties

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