GuardDuty.ThreatIntelSet
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatintelset-tagitem.html
type properties = {
format : string;
activate : bool option;
detector_id : string option;
name : string option;
location : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatintelset.html;
val make_properties :
format:string ->
?activate:bool ->
?detector_id:string ->
?tags:tag_item list ->
?name:string ->
location:string ->
unit ->
properties
val make_tag_item : value:string -> key:string -> unit -> tag_item
val yojson_of_tag_item :
tag_item ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes