SecurityHub.Hub
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html
type properties = {
control_finding_generator : string option;
enable_default_standards : bool option;
auto_enable_controls : bool option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html;
val make_properties :
?control_finding_generator:string ->
?enable_default_standards:bool ->
?auto_enable_controls:bool ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes