Amplify Toolbox
    Preparing search index...

    Type Alias ReferenceAuthProps

    type ReferenceAuthProps = {
        authRoleArn: string;
        groups?: { [groupName: string]: string };
        identityPoolId: string;
        outputStorageStrategy?: BackendOutputStorageStrategy<AuthOutput>;
        unauthRoleArn: string;
        userPoolClientId: string;
        userPoolId: string;
    }
    Index

    Properties

    authRoleArn: string

    Existing AuthRole ARN

    groups?: { [groupName: string]: string }

    A mapping of existing group names and their associated role ARNs which can be used for group permissions.

    identityPoolId: string

    Existing IdentityPool Id

    outputStorageStrategy?: BackendOutputStorageStrategy<AuthOutput>
    unauthRoleArn: string

    Existing UnauthRole ARN

    userPoolClientId: string

    Existing UserPoolClient Id

    userPoolId: string

    Existing UserPool Id