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
Source:R/configservice_operations.R
configservice_describe_remediation_execution_status.RdProvides 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.
Usage
configservice_describe_remediation_execution_status(
ConfigRuleName,
ResourceKeys = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- ConfigRuleName
[required] The name of the Config rule.
- ResourceKeys
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.
- Limit
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
- NextToken
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.