V3FunctionArgs

constructor(code: Output<V3FunctionCodeArgs>? = null, cpu: Output<Double>? = null, customContainerConfig: Output<V3FunctionCustomContainerConfigArgs>? = null, customDns: Output<V3FunctionCustomDnsArgs>? = null, customRuntimeConfig: Output<V3FunctionCustomRuntimeConfigArgs>? = null, description: Output<String>? = null, diskSize: Output<Int>? = null, environmentVariables: Output<Map<String, String>>? = null, functionName: Output<String>? = null, gpuConfig: Output<V3FunctionGpuConfigArgs>? = null, handler: Output<String>? = null, instanceConcurrency: Output<Int>? = null, instanceLifecycleConfig: Output<V3FunctionInstanceLifecycleConfigArgs>? = null, internetAccess: Output<Boolean>? = null, layers: Output<List<String>>? = null, logConfig: Output<V3FunctionLogConfigArgs>? = null, memorySize: Output<Int>? = null, nasConfig: Output<V3FunctionNasConfigArgs>? = null, ossMountConfig: Output<V3FunctionOssMountConfigArgs>? = null, role: Output<String>? = null, runtime: Output<String>? = null, tags: Output<Map<String, String>>? = null, timeout: Output<Int>? = null, vpcConfig: Output<V3FunctionVpcConfigArgs>? = null)