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 cdktn

cdktn.StackAnnotation(
  construct_path: str,
  level: AnnotationMetadataEntryType,
  message: str,
  stacktrace: typing.List[str] = None
)

Properties

NameTypeDescription
construct_pathstrNo description.
levelAnnotationMetadataEntryTypeNo description.
messagestrNo description.
stacktracetyping.List[str]No description.

construct_pathRequired

construct_path: str
  • Type: str

levelRequired

level: AnnotationMetadataEntryType

messageRequired

message: str
  • Type: str

stacktraceOptional

stacktrace: typing.List[str]
  • Type: typing.List[str]