configservice_start_remediation_execution {paws.management} | R Documentation |
Runs an on-demand remediation for the specified Config rules against the last known remediation configuration
Description
Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.
See https://www.paws-r-sdk.com/docs/configservice_start_remediation_execution/ for full documentation.
Usage
configservice_start_remediation_execution(ConfigRuleName, ResourceKeys)
Arguments
ConfigRuleName |
[required] The list of names of Config rules that you want to run remediation execution for. |
ResourceKeys |
[required] 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. |
[Package paws.management version 0.9.0 Index]