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
/
Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigRuleName": "string",
    "ExternalEvaluation": {
        "ComplianceResourceType": "string",
        "ComplianceResourceId": "string",
        "ComplianceType": "COMPLIANT",
        "Annotation": "string",
        "OrderingTimestamp": "string"
    }
}'
Response Response Example
200 - Example 1
{}

Request

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.*
ExternalEvaluation
object 
required
An ExternalEvaluation object that provides details about compliance.
ComplianceResourceType
string 
required
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
>= 1 characters<= 256 characters
ComplianceResourceId
string 
required
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
>= 1 characters<= 768 characters
ComplianceType
enum<string> 
required
The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
Allowed values:
COMPLIANTNON_COMPLIANTNOT_APPLICABLEINSUFFICIENT_DATA
Annotation
string 
optional
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
>= 1 characters<= 256 characters
OrderingTimestamp
string <date-time>
required
The time when the compliance was recorded.
Examples

Responses

🟢200Success
application/json
Body
object {0}
🟠480NoSuchConfigRuleException
🟠481InvalidParameterValueException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with