StackFile

sttp.tapir.serverless.aws.cdk.internal.StackFile
See theStackFile companion object
case class StackFile(apiName: String, lambdaName: String, runtime: String, jarPath: String, handler: String, timeout: Long, memorySize: Int)

Attributes

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

Members list

Value members

Concrete methods

def getFields: List[String]
def getValue(field: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product