Group
Source:
src/AWS/IdentityCenter/Group.ts
A group in the IAM Identity Center identity store.
Creating Groups
Section titled “Creating Groups”const engineers = yield* Group("PlatformEngineers", { displayName: "platform-engineers", description: "Platform engineering team",});