Amplify Toolbox
    Preparing search index...

    Type Alias ReferenceAuthResources

    Reference auth resources

    type ReferenceAuthResources = {
        authenticatedUserIamRole: IRole;
        groups: { [groupName: string]: { role: IRole } };
        identityPoolId: string;
        unauthenticatedUserIamRole: IRole;
        userPool: IUserPool;
        userPoolClient: IUserPoolClient;
    }
    Index

    Properties

    authenticatedUserIamRole: IRole

    The referenced auth role.

    groups: { [groupName: string]: { role: IRole } }

    A map of existing group names and their associated group role.

    identityPoolId: string

    Identity pool Id

    unauthenticatedUserIamRole: IRole

    The referenced unauth role.

    userPool: IUserPool

    The referenced UserPool L2 Resource.

    userPoolClient: IUserPoolClient

    The referenced UserPoolClient L2 Resource.