Aws Lambda Function Properties Args
constructor(architectures: Output<List<Either<String, Architectures>>>? = null, arn: Output<String>? = null, code: Output<CodeArgs>? = null, codeSigningConfigArn: Output<String>? = null, deadLetterConfig: Output<DeadLetterConfigArgs>? = null, description: Output<String>? = null, environment: Output<EnvironmentArgs>? = null, ephemeralStorage: Output<EphemeralStorageArgs>? = null, fileSystemConfigs: Output<List<FileSystemConfigArgs>>? = null, functionName: Output<String>? = null, handler: Output<String>? = null, imageConfig: Output<ImageConfigArgs>? = null, kmsKeyArn: Output<String>? = null, layers: Output<List<String>>? = null, loggingConfig: Output<LoggingConfigArgs>? = null, memorySize: Output<Int>? = null, packageType: Output<Either<String, PackageType>>? = null, reservedConcurrentExecutions: Output<Int>? = null, role: Output<String>? = null, runtime: Output<String>? = null, runtimeManagementConfig: Output<RuntimeManagementConfigArgs>? = null, snapStart: Output<SnapStartArgs>? = null, snapStartResponse: Output<SnapStartResponseArgs>? = null, tags: Output<List<TagArgs>>? = null, timeout: Output<Int>? = null, tracingConfig: Output<TracingConfigArgs>? = null, vpcConfig: Output<VpcConfigArgs>? = null)