Amazon GuardDuty · JSON Structure

Guardduty Update Publishing Destination Request Structure

UpdatePublishingDestinationRequest schema from Amazon GuardDuty API

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

DestinationProperties

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-guardduty/refs/heads/main/json-structure/guardduty-update-publishing-destination-request-structure.json",
  "name": "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."
        }
      ]
    }
  }
}