Module IoT.ResourceSpecificLogging

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-resourcespecificlogging.html

type properties = {
  1. target_type : string;
  2. target_name : string;
  3. log_level : string;
}

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

val make_properties : target_type:string -> target_name:string -> log_level:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. target_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string