UNPKG

@pepperize/cdk-organizations

Version:

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

12 lines (11 loc) 353 B
import { IAspect } from "aws-cdk-lib"; import { IConstruct } from "constructs"; /** * Aspect to create dependency chain of organization resource that needs to be deployed sequentially * @experimental */ export declare class DependencyChain implements IAspect { private previous; visit(current: IConstruct): void; private needsChaining; }