Const
Hierarchical structure of the ZAR AWS Organization. Contains the full OU tree with account IDs organized by organizational unit.
// Access the Production account IDconst prodAccountId = awsOrganization.Root.subOUs.Workloads.accounts.Production; Copy
// Access the Production account IDconst prodAccountId = awsOrganization.Root.subOUs.Workloads.accounts.Production;
Hierarchical structure of the ZAR AWS Organization. Contains the full OU tree with account IDs organized by organizational unit.