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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product