Show / Hide Table of Contents

Class FinalizerProperties

The FinalizerProperties class describes the LambdaSharp Finalizer resource properties. These properties are automatically set by the LambdaSharp compiler.

Inheritance
System.Object
FinalizerProperties
Namespace: LambdaSharp.Finalizer
Assembly: LambdaSharp.Finalizer.dll
Syntax
public class FinalizerProperties

Properties

DeploymentChecksum

The DeploymentChecksum holds the deployment checksum generated by the LambdaSharp compiler.

Declaration
public string DeploymentChecksum { get; set; }
Property Value
Type Description
System.String

The compiler generated checksum of the current deployment.

ModuleVersion

The ModuleVersion holds the LambdaSharp module version.

Declaration
public string ModuleVersion { get; set; }
Property Value
Type Description
System.String

The module version.

In This Article
Back to top Generated by DocFX