Module AutoScaling.LifecycleHook

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-lifecyclehook.html

type properties = {
  1. lifecycle_hook_name : string option;
  2. lifecycle_transition : string;
  3. auto_scaling_group_name : string;
  4. heartbeat_timeout : int option;
  5. notification_metadata : string option;
  6. default_result : string option;
  7. notification_target_arn : string option;
  8. role_arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-lifecyclehook.html;

val make_properties : ?lifecycle_hook_name:string -> lifecycle_transition:string -> auto_scaling_group_name:string -> ?heartbeat_timeout:int -> ?notification_metadata:string -> ?default_result:string -> ?notification_target_arn:string -> ?role_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string