Module ServiceCatalogAppRegistry.AttributeGroup

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html

type properties = {
  1. description : string option;
  2. attributes_ : Yojson.Safe.t;
  3. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  4. name : string;
}

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

val make_properties : ?description:string -> attributes_:Yojson.Safe.t -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. id : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string