paws.management (version 0.1.0)

configservice_describe_config_rule_evaluation_status: Returns status information for each of your AWS managed Config rules

Description

Returns status information for each of your AWS managed Config 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.

Usage

configservice_describe_config_rule_evaluation_status(ConfigRuleNames,
  NextToken, Limit)

Arguments

ConfigRuleNames

The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

NextToken

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

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 50 rules.

For information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.

Request syntax

svc$describe_config_rule_evaluation_status(
  ConfigRuleNames = list(
    "string"
  ),
  NextToken = "string",
  Limit = 123
)