Class ResourceHandlerRequest<T>

java.lang.Object
software.amazon.cloudformation.proxy.ResourceHandlerRequest<T>
Type Parameters:
T - Type of resource model being provisioned

public class ResourceHandlerRequest<T> extends Object
This interface describes the request object for the provisioning request passed to the implementor. It is transformed from an instance of HandlerRequest by the LambdaWrapper to only items of concern
  • Constructor Details

    • ResourceHandlerRequest

      public ResourceHandlerRequest()