Skip to content

Instance

Source: src/AWS/IdentityCenter/Instance.ts

An IAM Identity Center instance visible to the current account.

Use mode: "existing" to adopt a pre-enabled organization instance. Use mode: "account" only for standalone or member-account account instances.

const instance = yield* Instance("IdentityCenter", {
mode: "existing",
});
const instance = yield* Instance("IdentityCenter", {
mode: "account",
name: "customer-a",
});