SamTemplate

sttp.tapir.serverless.aws.sam.SamTemplate
case class SamTemplate(AWSTemplateFormatVersion: String, Transform: String, Resources: Map[String, Resource], Outputs: Map[String, Output])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toYaml: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product