Module EC2.Host

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-host.html

type properties = {
  1. host_recovery : string option;
  2. instance_family : string option;
  3. auto_placement : string option;
  4. outpost_arn : string option;
  5. host_maintenance : string option;
  6. availability_zone : string;
  7. instance_type : string option;
  8. asset_id : string option;
}

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

val make_properties : ?host_recovery:string -> ?instance_family:string -> ?auto_placement:string -> ?outpost_arn:string -> ?host_maintenance:string -> availability_zone:string -> ?instance_type:string -> ?asset_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. host_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string