Amazon Config · Schema

DeliverConfigSnapshotRequest

The input for the DeliverConfigSnapshot action.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
deliveryChannelName object
View JSON Schema on GitHub

JSON Schema

config-deliver-config-snapshot-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-deliver-config-snapshot-request-schema.json",
  "title": "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"
  ]
}