@zarpay/zar-cdk-lib - v0.21.0
    Preparing search index...

    Variable awsOrganizationConst

    awsOrganization: AWSOUDict = ...

    Hierarchical structure of the ZAR AWS Organization. Contains the full OU tree with account IDs organized by organizational unit.

    // Access the Production account ID
    const prodAccountId = awsOrganization.Root.subOUs.Workloads.accounts.Production;