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.
Discovering Existing Instances
Section titled “Discovering Existing Instances”const instance = yield* Instance("IdentityCenter", { mode: "existing",});Creating Account Instances
Section titled “Creating Account Instances”const instance = yield* Instance("IdentityCenter", { mode: "account", name: "customer-a",});