Module SecurityHub.Standard

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

type standards_control = {
  1. standards_control_arn : string;
  2. reason : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.html

type properties = {
  1. standards_arn : string;
  2. disabled_standards_controls : standards_control list option;
}

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

val make_properties : standards_arn:string -> ?disabled_standards_controls:standards_control list -> unit -> properties
val make_standards_control : standards_control_arn:string -> ?reason:string -> unit -> standards_control
val yojson_of_standards_control : standards_control -> [> `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. standards_subscription_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string