Skip to main content

Initializer

using Io.Cdktn;

new StackAnnotation {
    string ConstructPath,
    AnnotationMetadataEntryType Level,
    string Message,
    string[] Stacktrace = null
};

Properties

NameTypeDescription
ConstructPathstringNo description.
LevelAnnotationMetadataEntryTypeNo description.
MessagestringNo description.
Stacktracestring[]No description.

ConstructPathRequired

public string ConstructPath { get; set; }
  • Type: string

LevelRequired

public AnnotationMetadataEntryType Level { get; set; }

MessageRequired

public string Message { get; set; }
  • Type: string

StacktraceOptional

public string[] Stacktrace { get; set; }
  • Type: string[]