View source: R/configservice_operations.R
configservice_put_remediation_exceptions | R Documentation |
A remediation exception is when a specified resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specified resource with a specified Config rule.
See https://www.paws-r-sdk.com/docs/configservice_put_remediation_exceptions/ for full documentation.
configservice_put_remediation_exceptions(
ConfigRuleName,
ResourceKeys,
Message = NULL,
ExpirationTime = NULL
)
ConfigRuleName |
[required] The name of the Config rule for which you want to create remediation exception. |
ResourceKeys |
[required] An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. |
Message |
The message contains an explanation of the exception. |
ExpirationTime |
The exception is automatically deleted after the expiration date. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.