UNPKG

@pepperize/cdk-organizations

Version:

Manage AWS organizations, organizational units (OU), accounts and service control policies (SCP).

10 lines (9 loc) 267 B
/** * Interface for an AWS Organizations resource. */ export interface IResource { /** * The unique identifier (ID) of the parent root, organizational unit (OU), account, or policy that you want to create the new OU in. */ identifier(): string; }