Organization
Source:
src/AWS/Organizations/Organization.ts
The AWS Organization for the current management account.
This is a singleton-style resource. If an organization already exists, Alchemy adopts and reconciles it instead of creating a second one.
Creating An Organization
Section titled “Creating An Organization”const organization = yield* Organization("Org", { featureSet: "ALL",});