Package io.aws.lambda.events.system
Class CloudFormationCustomResourceEvent
- java.lang.Object
-
- io.aws.lambda.events.system.CloudFormationCustomResourceEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class CloudFormationCustomResourceEvent extends java.lang.Object implements java.io.SerializableClass to represent the custom resource request event from CloudFormation. CloudFormation invokes your Lambda function asynchronously with this event and includes a callback URL. The function is responsible for returning a response to the callback URL that indicates success or failure.
-
-
Constructor Summary
Constructors Constructor Description CloudFormationCustomResourceEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.Map<java.lang.String,java.lang.Object>getOldResourceProperties()@NotNull java.util.Map<java.lang.String,java.lang.Object>getResourceProperties()
-