CloudFormationCustomResourceEvent

final case class CloudFormationCustomResourceEvent(requestType: String, serviceToken: String, responseUrl: String, stackId: String, requestId: String, logicalResourceId: String, physicalResourceId: String, resourceType: String, resourceProperties: Map[String, String], oldResourceProperties: Map[String, String])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product