interface SwaggerLambdaAuthorizer {
    authorizerCredentials: Input<string>;
    authorizerResultTtlInSeconds?: number;
    authorizerUri: Input<string>;
    identitySource?: string;
    identityValidationExpression?: string;
    type: "token" | "request";
}

Properties

authorizerCredentials: Input<string>
authorizerResultTtlInSeconds?: number
authorizerUri: Input<string>
identitySource?: string
identityValidationExpression?: string
type: "token" | "request"

Generated using TypeDoc