Amazon Config · JSON Structure

Config Describe Delivery Channel Status Response Structure

The output for the DescribeDeliveryChannelStatus action.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

DeliveryChannelsStatus

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-delivery-channel-status-response-structure.json",
  "name": "DescribeDeliveryChannelStatusResponse",
  "description": "The output for the <a>DescribeDeliveryChannelStatus</a> action.",
  "type": "object",
  "properties": {
    "DeliveryChannelsStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryChannelStatusList"
        },
        {
          "description": "A list that contains the status of a specified delivery channel."
        }
      ]
    }
  }
}