Module Oam.Sink

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

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

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

val make_properties : ?policy: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. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string