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
/
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.
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": [],
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
  "RemediationExceptions": [],
  "NextToken": "string"
}

Request

Query Params
Limit
string 
optional
Pagination limit
NextToken
string 
optional
Pagination token
Header Params
X-Amz-Target
string 
required
Body Params application/json
ConfigRuleName
string 
required
The name of the Config rule.
>= 1 characters<= 128 characters
Match pattern:
.*\S.*
ResourceKeys
array[object (RemediationExceptionResourceKey) {2}] 
optional
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
Limit
integer 
optional
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
>= 0<= 100
NextToken
string 
optional
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Examples

Responses

🟢200Success
application/json
Body
RemediationExceptions
array[object (RemediationException) {5}] 
optional
Returns a list of remediation exception objects.
>= 0 items<= 25 items
ConfigRuleName
string 
required
The name of the Config rule.
>= 1 characters<= 128 characters
Match pattern:
.*\S.*
ResourceType
string 
required
The type of a resource.
>= 1 characters<= 256 characters
ResourceId
string 
required
The ID of the resource (for example., sg-xxxxxx).
>= 1 characters<= 1024 characters
Message
string 
optional
An explanation of an remediation exception.
>= 1 characters<= 1024 characters
ExpirationTime
string <date-time>
optional
The time when the remediation exception will be deleted.
NextToken
string 
optional
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
🟠480InvalidNextTokenException
🟠481InvalidParameterValueException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with