Amazon GuardDuty · Example Payload

Guardduty Volume Detail Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Volume Detail 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

VolumeArnVolumeTypeDeviceNameVolumeSizeInGBEncryptionTypeSnapshotArn

Example Payload

Raw ↑
{
  "VolumeArn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123",
  "VolumeType": "example-VolumeType",
  "DeviceName": "MyThreatFilter",
  "VolumeSizeInGB": "example-VolumeSizeIn",
  "EncryptionType": "example-EncryptionTy",
  "SnapshotArn": "arn:aws:guardduty:us-east-1:123456789012:detector/abc123"
}