Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ v0.23.3 is live — includes breaking changes to supported language runtimes. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for StackAnnotation in CSharp.
using Io.Cdktn; new StackAnnotation { string ConstructPath, AnnotationMetadataEntryType Level, string Message, string[] Stacktrace = null };
ConstructPath
string
Level
AnnotationMetadataEntryType
Message
Stacktrace
string[]
public string ConstructPath { get; set; }
public AnnotationMetadataEntryType Level { get; set; }
public string Message { get; set; }
public string[] Stacktrace { get; set; }
Was this page helpful?