View source: R/configservice_operations.R
configservice_start_remediation_execution | R Documentation |
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.
configservice_start_remediation_execution(ConfigRuleName, ResourceKeys)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.