Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Initializer

import { StackAnnotation } from 'cdktn'

const stackAnnotation: StackAnnotation = { ... }

Properties

NameTypeDescription
constructPathstringNo description.
levelAnnotationMetadataEntryTypeNo description.
messagestringNo description.
stacktracestring[]No description.

constructPathRequired

public readonly constructPath: string;
  • Type: string

levelRequired

public readonly level: AnnotationMetadataEntryType;

messageRequired

public readonly message: string;
  • Type: string

stacktraceOptional

public readonly stacktrace: string[];
  • Type: string[]