Interface ILambdaSharpInfo
The ILambda
Namespace: LambdaSharp.Logging
Assembly: LambdaSharp.Logging.dll
Syntax
public interface ILambdaSharpInfo
Properties
AppId
The App
Declaration
string AppId { get; }
Property Value
Type | Description |
---|---|
System. |
Id of the app instance. |
AppInstanceId
The App
Declaration
string AppInstanceId { get; }
Property Value
Type | Description |
---|---|
System. |
The app assembly version GUID. |
AppName
The App
Declaration
string AppName { get; }
Property Value
Type | Description |
---|---|
System. |
Name of the app. |
DeploymentTier
The deployment tier name.
Declaration
string DeploymentTier { get; }
Property Value
Type | Description |
---|---|
System. |
FunctionName
The Function
Declaration
string FunctionName { get; }
Property Value
Type | Description |
---|---|
System. |
Name of the Lambda function. |
GitBranch
The Git
Declaration
string GitBranch { get; }
Property Value
Type | Description |
---|---|
System. |
Git branch name or null. |
GitSha
The Git
Declaration
string GitSha { get; }
Property Value
Type | Description |
---|---|
System. |
Git SHA value or null. |
ModuleId
The Module
Declaration
string ModuleId { get; }
Property Value
Type | Description |
---|---|
System. |
Name of the CloudFormation stack. |
ModuleInfo
The module full name, version, and origin.
Declaration
string ModuleInfo { get; }
Property Value
Type | Description |
---|---|
System. |