idea-aws
    Preparing search index...

    Interface CognitoGroup

    The attributes of a Cognito group.

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

    Properties

    Properties

    description: string

    The description of the group.

    name: string

    The name (and id) of the group.