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 configuration item that is aggregated for your specific resource in a specific source account and region.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationAggregatorName": "string",
    "ResourceIdentifier": {
        "SourceAccountId": "string",
        "SourceRegion": "string",
        "ResourceId": "string",
        "ResourceType": "AWS::EC2::CustomerGateway",
        "ResourceName": "string"
    }
}'
Response Response Example
200 - Example 1
{
    "ConfigurationItem": {
        "version": "string",
        "accountId": "string",
        "configurationItemCaptureTime": "string",
        "configurationItemStatus": "OK",
        "configurationStateId": "string",
        "configurationItemMD5Hash": "string",
        "arn": "string",
        "resourceType": "AWS::EC2::CustomerGateway",
        "resourceId": "string",
        "resourceName": "string",
        "awsRegion": "string",
        "availabilityZone": "string",
        "resourceCreationTime": "string",
        "tags": {
            "property1": "string",
            "property2": "string"
        },
        "relatedEvents": [],
        "relationships": [],
        "configuration": "string",
        "supplementaryConfiguration": {
            "property1": "string",
            "property2": "string"
        }
    }
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠480ValidationException
🟠481NoSuchConfigurationAggregatorException
🟠482OversizedConfigurationItemException
🟠483ResourceNotDiscoveredException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with