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 a list of proactive resource evaluations.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Filters": {
        "EvaluationMode": "DETECTIVE",
        "TimeWindow": {
            "StartTime": "string",
            "EndTime": "string"
        },
        "EvaluationContextIdentifier": "string"
    },
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
  "ResourceEvaluations": [],
  "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
Filters
object 
optional
Returns a ResourceEvaluationFilters object.
EvaluationMode
enum<string> 
optional
Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.
Allowed values:
DETECTIVEPROACTIVE
TimeWindow
object 
optional
Returns a TimeWindow object.
EvaluationContextIdentifier
string 
optional
Filters evaluations for a given infrastructure deployment. For example: CFN Stack.
>= 1 characters<= 128 characters
Limit
integer 
optional
The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
>= 0<= 100
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Examples

Responses

🟢200Success
application/json
Body
ResourceEvaluations
array[object (ResourceEvaluation) {3}] 
optional
Returns a ResourceEvaluations object.
ResourceEvaluationId
string 
optional
The ResourceEvaluationId of a evaluation.
>= 1 characters<= 128 characters
EvaluationMode
enum<string> 
optional
The mode of an evaluation. The valid values are Detective or Proactive.
Allowed values:
DETECTIVEPROACTIVE
EvaluationStartTimestamp
string <date-time>
optional
The starting time of an execution.
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
🟠480InvalidNextTokenException
🟠481InvalidParameterValueException
🟠482InvalidTimeRangeException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with