Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface representing a CloudFormation stack configuration.

Hierarchy

  • Stack

Index

Properties

credentialManager: CredentialManager

Credential manager holding credentials associated with the stack

credentials: Credentials

Credentials associated with the stack

data: Record<string, unknown>

Data associated with the stack

dependencies: readonly string[]

Other stacks that the stack depends on

dependents: readonly string[]

Other stacks that depend on the stack

logger: TkmLogger

Logger instance associated with the stack

name: string

Name of the stack

path: string

Path of the stack

project?: string

Project of the stack

region: string

Region where the stack is deployed

stackGroupPath: string

Path of the stack group where the stack belongs to

Methods

Generated using TypeDoc