Module HealthImaging.Datastore

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html

type properties = {
  1. kms_key_arn : string option;
  2. datastore_name : string option;
  3. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

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

val make_properties : ?kms_key_arn:string -> ?datastore_name:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. datastore_arn : string;
  3. datastore_id : string;
  4. datastore_status : string;
  5. created_at : string;
  6. updated_at : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string