Skip to main content

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[]