Amazon Config · JSON Structure

Config Delete Aggregation Authorization Request Structure

DeleteAggregationAuthorizationRequest schema

Type: object Properties: 2 Required: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DeleteAggregationAuthorizationRequest 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

AuthorizedAccountId AuthorizedAwsRegion

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-aggregation-authorization-request-structure.json",
  "name": "DeleteAggregationAuthorizationRequest",
  "description": "DeleteAggregationAuthorizationRequest schema",
  "type": "object",
  "properties": {
    "AuthorizedAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The 12-digit account ID of the account authorized to aggregate data."
        }
      ]
    },
    "AuthorizedAwsRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsRegion"
        },
        {
          "description": "The region authorized to collect aggregated data."
        }
      ]
    }
  },
  "required": [
    "AuthorizedAccountId",
    "AuthorizedAwsRegion"
  ]
}