configservice_describe_config_rule_evaluation_status: Returns status information for each of your Config managed...

View source: R/configservice_operations.R

configservice_describe_config_rule_evaluation_statusR Documentation

Returns status information for each of your Config managed rules

Description

Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.

See https://www.paws-r-sdk.com/docs/configservice_describe_config_rule_evaluation_status/ for full documentation.

Usage

configservice_describe_config_rule_evaluation_status(
  ConfigRuleNames = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

ConfigRuleNames

The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed 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 150 rules.

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.