AwsLambdaFunctionPropertiesResponse

constructor(architectures: List<String>? = null, arn: String? = null, code: CodeResponse? = null, codeSigningConfigArn: String? = null, deadLetterConfig: DeadLetterConfigResponse? = null, description: String? = null, environment: EnvironmentResponse? = null, ephemeralStorage: EphemeralStorageResponse? = null, fileSystemConfigs: List<FileSystemConfigResponse>? = null, functionName: String? = null, handler: String? = null, imageConfig: ImageConfigResponse? = null, kmsKeyArn: String? = null, layers: List<String>? = null, loggingConfig: LoggingConfigResponse? = null, memorySize: Int? = null, packageType: String? = null, reservedConcurrentExecutions: Int? = null, role: String? = null, runtime: String? = null, runtimeManagementConfig: RuntimeManagementConfigResponse? = null, snapStart: SnapStartResponse? = null, snapStartResponse: SnapStartResponseResponse? = null, tags: List<TagResponse>? = null, timeout: Int? = null, tracingConfig: TracingConfigResponse? = null, vpcConfig: VpcConfigResponse? = null)