Amazon GuardDuty · Example Payload

Guardduty Rds Db Instance Details Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Rds Db Instance Details Example is an example object payload from Amazon GuardDuty, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DbInstanceIdentifierEngineEngineVersionDbClusterIdentifierDbInstanceArnTags

Example Payload

Raw ↑
{
  "DbInstanceIdentifier": "abc123def456",
  "Engine": "example-Engine",
  "EngineVersion": "example-EngineVersio",
  "DbClusterIdentifier": "abc123def456",
  "DbInstanceArn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "Tags": "example-Tags"
}