Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientAddonAws

    AWS addon configuration.

    interface ClientAddonAws {
        principal?: string;
        role?: string;
        lifetime_in_seconds?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    principal?: string

    AWS principal ARN, e.g. arn:aws:iam::010616021751:saml-provider/idpname

    role?: string

    AWS role ARN, e.g. arn:aws:iam::010616021751:role/foo

    lifetime_in_seconds?: number

    AWS token lifetime in seconds