Values.DescribeConformancePackComplianceRequestSourceReturns compliance details for each rule in that conformance pack. You must provide exact rule names.
type nonrec t = {conformancePackName : ConformancePackName.t;Name of the conformance pack.
*)filters : ConformancePackComplianceFilters.t option;A ConformancePackComplianceFilters object.
*)limit : DescribeConformancePackComplianceLimit.t option;The maximum number of Config rules within a conformance pack are returned on each page.
*)nextToken : NextToken.t option;The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
*)}val make :
?filters:??? ->
?limit:??? ->
?nextToken:??? ->
conformancePackName:ConformancePackName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeConformancePackComplianceLimit.t
| `String of ConformancePackName.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringWithCharLimit64.t ] list ])
list ])
list ]