Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
See https://www.paws-r-sdk.com/docs/configservice_describe_remediation_execution_status/ for full documentation.
configservice_describe_remediation_execution_status(
ConfigRuleName,
ResourceKeys = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The name of the Config rule.
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.