Module ServiceCatalogAppRegistry.AttributeGroupAssociation

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

type properties = {
  1. attribute_group : string;
  2. application : string;
}

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

val make_properties : attribute_group:string -> application:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. application_arn : string;
  3. attribute_group_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string