Documentation - v0.0.0
    Preparing search index...

    Behavior for a stack that delegates a subdomain to another account.

    interface IDelegator {
        delegate(
            scope: Construct,
            id: string,
            options: DelegatorProps,
        ): IPublicHostedZone;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • scope: Construct
      • id: string
      • options: DelegatorProps

      Returns IPublicHostedZone