Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to initialize Organization

Hierarchy

  • Construct
    • Organization

Index

Constructors

Properties

Methods

Constructors

  • new Organization(scope: Construct, id: string): Organization
  • Parameters

    • scope: Construct
    • id: string

    Returns Organization

Properties

id: string
node: Node

The tree node.

stability

stable

Methods

  • 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