Module IoTTwinMaker.Workspace

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-workspace.html

type properties = {
  1. role : string;
  2. description : string option;
  3. workspace_id : string;
  4. s3_location : string;
  5. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

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

val make_properties : role:string -> ?description:string -> workspace_id:string -> s3_location: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. creation_date_time : string;
  3. update_date_time : string;
  4. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string