View source: R/configservice_operations.R
configservice_describe_remediation_execution_status | R Documentation |
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
)
ConfigRuleName |
[required] A list of Config rule names. |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.