DescribeConfigRuleEvaluationStatus
Returns status information for each of your AWS Config managed rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.
Request Syntax
{
"ConfigRuleNames": [ "string
" ],
"Limit": number
,
"NextToken": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- ConfigRuleNames
-
The name of the AWS Config managed rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS Config managed rules that you use.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 25 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
.*\S.*
Required: No
- Limit
-
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 1000 rules.
For information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 50.
Required: No
- NextToken
-
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.Type: String
Required: No
Response Syntax
{
"ConfigRulesEvaluationStatus": [
{
"ConfigRuleArn": "string",
"ConfigRuleId": "string",
"ConfigRuleName": "string",
"FirstActivatedTime": number,
"FirstEvaluationStarted": boolean,
"LastDeactivatedTime": number,
"LastDebugLogDeliveryStatus": "string",
"LastDebugLogDeliveryStatusReason": "string",
"LastDebugLogDeliveryTime": number,
"LastErrorCode": "string",
"LastErrorMessage": "string",
"LastFailedEvaluationTime": number,
"LastFailedInvocationTime": number,
"LastSuccessfulEvaluationTime": number,
"LastSuccessfulInvocationTime": number
}
],
"NextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ConfigRulesEvaluationStatus
-
Status information about your AWS Config managed rules.
Type: Array of ConfigRuleEvaluationStatus objects
- NextToken
-
The string that you use in a subsequent request to get the next page of results in a paginated response.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidNextTokenException
-
The specified next token is not valid. Specify the
nextToken
string that was returned in the previous response to get the next page of results.HTTP Status Code: 400
- InvalidParameterValueException
-
One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.
HTTP Status Code: 400
- NoSuchConfigRuleException
-
The AWS Config rule in the request is not valid. Verify that the rule is an AWS Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: