View source: R/configservice_operations.R
configservice_describe_remediation_exceptions | R Documentation |
Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. 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_exceptions/ for full documentation.
configservice_describe_remediation_exceptions(
ConfigRuleName,
ResourceKeys = NULL,
Limit = NULL,
NextToken = NULL
)
ConfigRuleName |
[required] The name of the Config rule. |
ResourceKeys |
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. |
Limit |
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. 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.