Module ServiceCatalogAppRegistry.ResourceAssociation

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

type properties = {
  1. resource : string;
  2. resource_type : string;
  3. application : string;
}

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

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