Auth

sttp.tapir.serverless.aws.sam.HttpApiProperties$.Auth$
See theAuth companion trait
object Auth

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Auth.type

Members list

Type members

Classlikes

case class Lambda(name: String, version: Version, enableDefaultPermissions: Boolean, functionArn: String, functionRole: Option[String], identity: LambdaAuthorizationIdentitySource) extends Auth

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Auth
class Object
trait Matchable
class Any
Show all
case class LambdaAuthorizationIdentitySource(headers: Option[NonEmptySeq[String]], queryStrings: Option[NonEmptySeq[String]], reauthorizeEvery: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Version

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Version.type
sealed trait Version

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object V1.type
object V2IamPolicy.type
object V2Simple.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror