Class to Register a Delegated Administrator

NOTE: This construct should only be used if the native service does not have it's own API or method to establish a delegated administrator

Hierarchy

  • Construct
    • RegisterDelegatedAdministrator

Properties

Methods

Properties

node: Node

The tree node.

stable

Methods

  • Returns a string representation of this construct.

    Returns string

    stable

  • (deprecated) Checks if x is a construct.

    Parameters

    • x: any

      Any object.

    Returns x is Construct

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

    use x instanceof Construct instead