Skip to main content

Initializer

import { StackManifest } from 'cdktn'

const stackManifest: StackManifest = { ... }

Properties

NameTypeDescription
annotationsStackAnnotation[]No description.
constructPathstringNo description.
dependenciesstring[]No description.
namestringNo description.
stackMetadataPathstringNo description.
synthesizedStackPathstringNo description.
workingDirectorystringNo description.

annotationsRequired

public readonly annotations: StackAnnotation[];

constructPathRequired

public readonly constructPath: string;
  • Type: string

dependenciesRequired

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

nameRequired

public readonly name: string;
  • Type: string

stackMetadataPathRequired

public readonly stackMetadataPath: string;
  • Type: string

synthesizedStackPathRequired

public readonly synthesizedStackPath: string;
  • Type: string

workingDirectoryRequired

public readonly workingDirectory: string;
  • Type: string