Interface X8OrganizationSetupProps

Properties used to configure root organization and its hierarchy.

Hierarchy

  • X8OrganizationSetupProps

Properties

x8AccountEmail: string

The created account will use this email and create email for accounts by adding + and environment e.g. for info@example.com it will use info+deploy@example.com for deployment account

x8CompanyName: string

Company name is required and is used for tagging accounts and resources.

x8DoNotCreateAccounts?: boolean

Flag to not create accounts when creating organizational hierarchy

x8DoNotCreateDefaultPolicies?: boolean

Flag to not create default policies

x8DomainName: string

Domain name is required and is used to create a hosted zone in the networking account.

x8RootOrgPolicies?: Policy[]

Additional policies that need to be attached to root organization.

Generated using TypeDoc