Amazon Config · JSON Structure

Config Delete Pending Aggregation Request Request Structure

DeletePendingAggregationRequestRequest schema

Type: object Properties: 2 Required: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DeletePendingAggregationRequestRequest is a JSON Structure definition published by Amazon Config, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RequesterAccountId RequesterAwsRegion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-delete-pending-aggregation-request-request-structure.json",
  "name": "DeletePendingAggregationRequestRequest",
  "description": "DeletePendingAggregationRequestRequest schema",
  "type": "object",
  "properties": {
    "RequesterAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The 12-digit account ID of the account requesting to aggregate data."
        }
      ]
    },
    "RequesterAwsRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsRegion"
        },
        {
          "description": "The region requesting to aggregate data."
        }
      ]
    }
  },
  "required": [
    "RequesterAccountId",
    "RequesterAwsRegion"
  ]
}