@resistdesign/voltra
    Preparing search index...

    Type Alias AddGatewayAuthorizerConfig

    Configuration for API Gateway authorizers.

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

    Properties

    identitySource?: CloudFormationPrimitiveValue<string>

    Identity source expression for authorization.

    providerARNs?: CloudFormationPrimitiveValue<string>[]

    Cognito provider ARNs for authorization.

    Accepts literal strings or CloudFormation intrinsics (for example {"Fn::GetAtt": ["UserPool", "Arn"]}).

    scopes?: string[]

    Authorization scopes to require.

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

    Authorizer type to use.