CloudFormationCustomResourceRequest

feral.lambda.cloudformation.CloudFormationCustomResourceRequest
See theCloudFormationCustomResourceRequest companion object
final case class CloudFormationCustomResourceRequest[A](RequestType: CloudFormationRequestType, ResponseURL: Uri, StackId: StackId, RequestId: RequestId, ResourceType: ResourceType, LogicalResourceId: LogicalResourceId, PhysicalResourceId: Option[PhysicalResourceId], ResourceProperties: A, OldResourceProperties: Option[JsonObject])

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product