Amazon GuardDuty · Schema

UpdatePublishingDestinationRequest

UpdatePublishingDestinationRequest schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
DestinationProperties object
View JSON Schema on GitHub

JSON Schema

guardduty-update-publishing-destination-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-update-publishing-destination-request-schema.json",
  "title": "UpdatePublishingDestinationRequest",
  "description": "UpdatePublishingDestinationRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "DestinationProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DestinationProperties"
        },
        {
          "xml": {
            "name": "destinationProperties"
          },
          "description": "A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code> and <code>KmsKeyArn</code> of the publishing destination."
        }
      ]
    }
  }
}