Module IoT.ScheduledAudit

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

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. day_of_week : string option;
  2. target_check_names : string list;
  3. scheduled_audit_name : string option;
  4. day_of_month : string option;
  5. frequency : string;
  6. tags : tag list option;
}

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

val make_properties : ?day_of_week:string -> target_check_names:string list -> ?scheduled_audit_name:string -> ?day_of_month:string -> frequency:string -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. scheduled_audit_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string