Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Construct
    • RevertScpChanges

Index

Constructors

Properties

node: Node

The tree node.

stability

stable

Methods

  • copyConfigsToDeploymentPackage(fileNames: string[], configDirPath: string): void
  • Parameters

    • fileNames: string[]
    • configDirPath: string

    Returns void

  • copyPoliciesToDeploymentPackage(filePaths: string[], configDirPath: string): void
  • Parameters

    • filePaths: string[]
    • configDirPath: string

    Returns void

  • toString(): string
  • Returns a string representation of this construct.

    stability

    stable

    Returns string

  • isConstruct(x: any): x is Construct
  • (deprecated) Checks if x is a construct.

    deprecated

    use x instanceof Construct instead

    Parameters

    • x: any

      Any object.

    Returns x is Construct

    true if x is an object created from a class which extends Construct.

Generated using TypeDoc