Class CloudFormationCustomResourceEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class CloudFormationCustomResourceEvent
    extends java.lang.Object
    implements java.io.Serializable
    Class 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.
    See Also:
    Using AWS Lambda with AWS CloudFormation, Serialized Form
    • Constructor Detail

      • CloudFormationCustomResourceEvent

        public CloudFormationCustomResourceEvent()
    • Method Detail

      • getResourceProperties

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.Object> getResourceProperties()
      • getOldResourceProperties

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.Object> getOldResourceProperties()