V2FunctionArgs

constructor(caPort: Output<Int>? = null, code: Output<V2FunctionCodeArgs>? = null, codeChecksum: Output<String>? = null, cpu: Output<Double>? = null, customContainerConfig: Output<V2FunctionCustomContainerConfigArgs>? = null, customDns: Output<V2FunctionCustomDnsArgs>? = null, customHealthCheckConfig: Output<V2FunctionCustomHealthCheckConfigArgs>? = null, customRuntimeConfig: Output<V2FunctionCustomRuntimeConfigArgs>? = null, description: Output<String>? = null, diskSize: Output<Int>? = null, environmentVariables: Output<Map<String, String>>? = null, functionName: Output<String>? = null, gpuMemorySize: Output<Int>? = null, handler: Output<String>? = null, initializationTimeout: Output<Int>? = null, initializer: Output<String>? = null, instanceConcurrency: Output<Int>? = null, instanceLifecycleConfig: Output<V2FunctionInstanceLifecycleConfigArgs>? = null, instanceType: Output<String>? = null, layers: Output<List<String>>? = null, memorySize: Output<Int>? = null, runtime: Output<String>? = null, serviceName: Output<String>? = null, timeout: Output<Int>? = null)