Skip to content

Group

Source: src/AWS/IdentityCenter/Group.ts

A group in the IAM Identity Center identity store.

const engineers = yield* Group("PlatformEngineers", {
displayName: "platform-engineers",
description: "Platform engineering team",
});