Skip to content

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.

const organization = yield* Organization("Org", {
featureSet: "ALL",
});