SamTemplate

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

Attributes

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

Members list

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