Module SecurityHub.Hub

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html

type properties = {
  1. control_finding_generator : string option;
  2. enable_default_standards : bool option;
  3. auto_enable_controls : bool option;
  4. tags : string Stdlib__Map.Make(Stdlib.String).t 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 ]
type attributes = {
  1. ref_ : string;
  2. subscribed_at : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string