FunctionRuntimeManagementConfigArgs

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

Constructors

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

Functions

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

Properties

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

Unique identifier for a runtime version arn

Link copied to clipboard