Interface CognitoGroup

The attributes of a Cognito group.

interface CognitoGroup {
    description: string;
    name: string;
}

Properties

Properties

description: string

The description of the group.

name: string

The name (and id) of the group.