Amazon GuardDuty · JSON Structure

Guardduty Guard Duty Arn Structure

GuardDutyArn schema from Amazon GuardDuty API

Type: string Properties: 0
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

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-guard-duty-arn-structure.json",
  "name": "GuardDutyArn",
  "description": "GuardDutyArn schema from Amazon GuardDuty API",
  "type": "string",
  "pattern": "^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$"
}