Module Oam.Link

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html

type properties = {
  1. sink_identifier : string;
  2. label_template : string option;
  3. resource_types : string list;
  4. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

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

val make_properties : sink_identifier:string -> ?label_template:string -> resource_types:string list -> ?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. label : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string