HOT Syntax

heat_template_version: 2013-05-23
...
resources:
  ...
  the_resource:
    type: OS::Nova::KeyPair
    properties:
      name: String
      public_key: String
      save_private_key: Boolean
      availability_zones: [String, ...]