LambdaAuthorizer

sttp.tapir.serverless.aws.sam.LambdaAuthorizer
case class LambdaAuthorizer(AuthorizerPayloadFormatVersion: String, EnableFunctionDefaultPermissions: Option[Boolean], EnableSimpleResponses: Option[Boolean], FunctionArn: String, FunctionInvokeRole: Option[String], Identity: Option[LambdaAuthorizationIdentity]) extends Authorizer

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Authorizer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product