MDAA TS Docs
    Preparing search index...

    Role configuration mapping QuickSight groups to a user type (READER or AUTHOR) for federated namespace access. MDAA creates IAM roles for each federation role and moves federated users into the specified QuickSight groups.

    Use cases: Group-based access tiers; Reader/Author role separation; Federation role mapping

    AWS: QuickSight groups, IAM federation roles

    Validation: qsGroups required; qsUserType must be 'READER' or 'AUTHOR'

    interface FederationRoleProps {
        qsGroups: string[];
        qsUserType: QSUserType;
    }
    Index

    Properties

    Properties

    qsGroups: string[]

    QS Groups info for creating Creating QS Groups

    qsUserType: QSUserType

    QS Role(Reader|Author) info for creating IAM Roles