UNPKG

@pepperize/cdk-organizations

Version:

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

14 lines (13 loc) 439 B
export * from "./account"; export * from "./enable-aws-service-access"; export * from "./enable-policy-type"; export * from "./dependency-chain"; export * from "./delegated-administrator"; export * from "./organization"; export * from "./organizational-unit"; export * from "./parent"; export * from "./policy"; export * from "./policy-attachment"; export * from "./resource"; export * from "./tag-resource"; export * from "./validators";