Amazon Config · JSON Structure

Config Deliver Config Snapshot Request Structure

The input for the DeliverConfigSnapshot action.

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

DeliverConfigSnapshotRequest 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-deliver-config-snapshot-request-structure.json",
  "name": "DeliverConfigSnapshotRequest",
  "description": "The input for the <a>DeliverConfigSnapshot</a> action.",
  "type": "object",
  "properties": {
    "deliveryChannelName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelName"
        },
        {
          "description": "The name of the delivery channel through which the snapshot is delivered."
        }
      ]
    }
  },
  "required": [
    "deliveryChannelName"
  ]
}