GetFunctionResult

constructor(architectures: List<FunctionArchitecturesItem>? = null, arn: String? = null, codeSigningConfigArn: String? = null, deadLetterConfig: FunctionDeadLetterConfig? = null, description: String? = null, environment: FunctionEnvironment? = null, ephemeralStorage: FunctionEphemeralStorage? = null, fileSystemConfigs: List<FunctionFileSystemConfig>? = null, handler: String? = null, imageConfig: FunctionImageConfig? = null, kmsKeyArn: String? = null, layers: List<String>? = null, loggingConfig: FunctionLoggingConfig? = null, memorySize: Int? = null, packageType: FunctionPackageType? = null, recursiveLoop: FunctionRecursiveLoop? = null, reservedConcurrentExecutions: Int? = null, role: String? = null, runtime: String? = null, runtimeManagementConfig: FunctionRuntimeManagementConfig? = null, snapStartResponse: FunctionSnapStartResponse? = null, tags: List<Tag>? = null, timeout: Int? = null, tracingConfig: FunctionTracingConfig? = null, vpcConfig: FunctionVpcConfig? = null)