SecurityHub.Standard
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-standard.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-standard-standardscontrol.html
type properties = {
standards_arn : string;
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 ]
val create_attributes : string -> attributes