Amazon Config · JSON Structure

Config Delete Delivery Channel Request Structure

The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

DeliveryChannelName

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-delivery-channel-request-structure.json",
  "name": "DeleteDeliveryChannelRequest",
  "description": "The input for the <a>DeleteDeliveryChannel</a> action. The action accepts the following data, in JSON format. ",
  "type": "object",
  "properties": {
    "DeliveryChannelName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelName"
        },
        {
          "description": "The name of the delivery channel to delete."
        }
      ]
    }
  },
  "required": [
    "DeliveryChannelName"
  ]
}