Amplify Toolbox
    Preparing search index...

    Type Alias AuthorizationModes

    AppSync Authorization config for the generated API.

    Index

    Properties

    apiKeyAuthorizationMode?: ApiKeyAuthorizationModeProps

    Override API Key config if apiKey auth provider is specified in api definition.

    defaultAuthorizationMode?: DefaultAuthorizationMode

    Default auth mode to use in the API, only required if more than one auth mode is specified.

    lambdaAuthorizationMode?: LambdaAuthorizationModeProps

    Lambda authorization config if function provider is specified in the api definition.

    oidcAuthorizationMode?: OIDCAuthorizationModeProps

    OIDC authorization config if oidc provider is specified in the api definition.