Class GenericHookTargetModel

java.lang.Object
software.amazon.cloudformation.proxy.hook.targetmodel.HookTargetModel
software.amazon.cloudformation.proxy.hook.targetmodel.GenericHookTargetModel

public class GenericHookTargetModel extends HookTargetModel
This class is a concrete agnostic target model that is the default implementation used when the type of the Hook's target is not known. Since it is possible for Hooks to support multiple target types, the type of the hook's target is not known until it receives a request during runtime. The properties of the Hook's target are stored internally in a Map which can be accessed using the HookTargetModel accessor methods
  • Constructor Details

    • GenericHookTargetModel

      public GenericHookTargetModel()
  • Method Details

    • getTargetModelProperties

      public Map<String,Object> getTargetModelProperties()