Amazon Config · JSON Structure

Config Describe Delivery Channels Response Structure

The output for the DescribeDeliveryChannels action.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeDeliveryChannelsResponse 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

DeliveryChannels

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