AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigRuleName": "string",
    "ResourceKeys": [],
    "Message": "string",
    "ExpirationTime": "string"
}'
Response Response Example
200 - Example 1
{
  "FailedBatches": []
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
ConfigRuleName
string 
required
The name of the Config rule for which you want to create remediation exception.
>= 1 characters<= 128 characters
Match pattern:
.*\S.*
ResourceKeys
array[object (RemediationExceptionResourceKey) {2}] 
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.
>= 1 items<= 100 items
ResourceType
string 
optional
The type of a resource.
>= 1 characters<= 256 characters
ResourceId
string 
optional
The ID of the resource (for example., sg-xxxxxx).
>= 1 characters<= 1024 characters
Message
string 
optional
The message contains an explanation of the exception.
>= 1 characters<= 1024 characters
ExpirationTime
string <date-time>
optional
The exception is automatically deleted after the expiration date.
Examples

Responses

🟢200Success
application/json
Body
FailedBatches
array[object (FailedRemediationExceptionBatch) {2}] 
optional
Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
FailureMessage
string 
optional
Returns a failure message. For example, the auto-remediation has failed.
FailedItems
array[object (RemediationException) {5}] 
optional
Returns remediation exception resource key object of the failed items.
>= 0 items<= 25 items
🟠480InvalidParameterValueException
🟠481InsufficientPermissionsException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with