ConformancePackEvaluationFilters
Filters a conformance pack by AWS Config rule names, compliance types, AWS resource types, and resource IDs.
Contents
- ComplianceType
-
Filters the results by compliance.
The allowed values are
COMPLIANT
andNON_COMPLIANT
.INSUFFICIENT_DATA
is not supported.Type: String
Valid Values:
COMPLIANT | NON_COMPLIANT | INSUFFICIENT_DATA
Required: No
- ConfigRuleNames
-
Filters the results by AWS Config rule names.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
- ResourceIds
-
Filters the results by resource IDs.
Note
This is valid only when you provide resource type. If there is no resource type, you will see an error.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- ResourceType
-
Filters the results by the resource type (for example,
"AWS::EC2::Instance"
).Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: