Amazon GuardDuty · Example Payload

Guardduty Vpc Config Example

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Guardduty Vpc Config Example is an example object payload from Amazon GuardDuty, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SubnetIdsVpcIdSecurityGroups

Example Payload

Raw ↑
{
  "SubnetIds": "abc123def456",
  "VpcId": "abc123def456",
  "SecurityGroups": "example-SecurityGrou"
}