Amazon GuardDuty · Schema

GuardDutyArn

GuardDutyArn schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection
View JSON Schema on GitHub

JSON Schema

guardduty-guard-duty-arn-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-guard-duty-arn-schema.json",
  "title": "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}$"
}