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

    Variable awsOrganizationAccountsConst

    awsOrganizationAccounts: Record<string, string> = ...

    Flattened dictionary of all AWS accounts in the organization. Maps account names to their AWS account IDs for easy lookup.

    // Get the Production account ID
    const accountId = awsOrganizationAccounts['Production']; // '340458174631'