Module DataZone.Project

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-project.html

type properties = {
  1. description : string option;
  2. glossary_terms : string list option;
  3. domain_identifier : string;
  4. name : string;
}

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

val make_properties : ?description:string -> ?glossary_terms:string list -> domain_identifier:string -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. created_by : string;
  3. domain_id : string;
  4. last_updated_at : string;
  5. created_at : string;
  6. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string