V3Function Custom Runtime Config Args
data class V3FunctionCustomRuntimeConfigArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val healthCheckConfig: Output<V3FunctionCustomRuntimeConfigHealthCheckConfigArgs>? = null, val port: Output<Int>? = null) : ConvertibleToJava<V3FunctionCustomRuntimeConfigArgs>