Amazon Config · JSON Structure

Config Describe Configuration Aggregator Sources Status Response Structure

DescribeConfigurationAggregatorSourcesStatusResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

AggregatedSourceStatusList NextToken

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-describe-configuration-aggregator-sources-status-response-structure.json",
  "name": "DescribeConfigurationAggregatorSourcesStatusResponse",
  "description": "DescribeConfigurationAggregatorSourcesStatusResponse schema",
  "type": "object",
  "properties": {
    "AggregatedSourceStatusList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregatedSourceStatusList"
        },
        {
          "description": "Returns an AggregatedSourceStatus object. "
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response."
        }
      ]
    }
  }
}