Values.ConformancePackRuleComplianceSourceCompliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.
type nonrec t = {configRuleName : ConfigRuleName.t option;Name of the Config rule.
*)complianceType : ConformancePackComplianceType.t option;Compliance of the Config rule.
*)controls : ControlsList.t option;Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringWithCharLimit128.t ] list
| `String of ConfigRuleName.t ])
list ]