OrganizationConfig / OrganizationalUnitConfig

AWS Organizational Unit (OU) configuration

Example

organizationalUnits:
- name: Sandbox
- name: Suspended
ignore: true

Hierarchy

  • OrganizationalUnitConfig

Implements

Constructors

Properties

Constructors

Properties

ignore: undefined | boolean = undefined

Optional property used to ignore organizational unit and the associated accounts Default value is false

name: string = ''

The name and nested path that you want to assign to the OU. When referring to OU's in the other configuration files ensure that the name matches what has been provided here. For example if you wanted an OU directly off of root just supply the OU name. Always configure all of the OUs in the path. A nested OU configuration would be like this

  • name: Sandbox
  • name: Sandbox/Pipeline
  • name: Sandbox/Development
  • name: Sandbox/Development/Application1

Generated using TypeDoc