VersionRuntimePolicyArgs

data class VersionRuntimePolicyArgs(val runtimeVersionArn: Output<String>? = null, val updateRuntimeOn: Output<String>) : ConvertibleToJava<VersionRuntimePolicyArgs>

Runtime Management Config of a function.

Constructors

Link copied to clipboard
constructor(runtimeVersionArn: Output<String>? = null, updateRuntimeOn: Output<String>)

Properties

Link copied to clipboard
val runtimeVersionArn: Output<String>? = null

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.

Link copied to clipboard
val updateRuntimeOn: Output<String>

The runtime update mode.

Functions

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