Function Runtime Management Config Args
data class FunctionRuntimeManagementConfigArgs(val runtimeVersionArn: Output<String>? = null, val updateRuntimeOn: Output<FunctionRuntimeManagementConfigUpdateRuntimeOn>) : ConvertibleToJava<FunctionRuntimeManagementConfigArgs>
Sets the runtime management configuration for a function's version. For more information, see Runtime updates.
Constructors
Link copied to clipboard
constructor(runtimeVersionArn: Output<String>? = null, updateRuntimeOn: Output<FunctionRuntimeManagementConfigUpdateRuntimeOn>)