@resistdesign/voltra
    Preparing search index...

    Type Alias AddGatewayAuthorizerConfig

    Configuration for API Gateway authorizers.

    type AddGatewayAuthorizerConfig = {
        identitySource?: string;
        providerARNs?: string[];
        scopes?: string[];
        type?: "TOKEN" | "COGNITO_USER_POOLS" | "REQUEST";
    }
    Index

    Properties

    identitySource?: string

    Identity source expression for authorization.

    providerARNs?: string[]

    Cognito provider ARNs for authorization.

    scopes?: string[]

    Authorization scopes to require.

    type?: "TOKEN" | "COGNITO_USER_POOLS" | "REQUEST"

    Authorizer type to use.