Amazon GuardDuty · JSON Structure

Guardduty Vpc Config Structure

Amazon Virtual Private Cloud configuration details associated with your Lambda function.

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

SubnetIds VpcId SecurityGroups

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-vpc-config-structure.json",
  "name": "VpcConfig",
  "description": "Amazon Virtual Private Cloud configuration details associated with your Lambda function.",
  "type": "object",
  "properties": {
    "SubnetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubnetIds"
        },
        {
          "xml": {
            "name": "subnetIds"
          },
          "description": "The identifiers of the subnets that are associated with your Lambda function."
        }
      ]
    },
    "VpcId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "vpcId"
          },
          "description": "The identifier of the Amazon Virtual Private Cloud."
        }
      ]
    },
    "SecurityGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityGroups"
        },
        {
          "xml": {
            "name": "securityGroups"
          },
          "description": "The identifier of the security group attached to the Lambda function."
        }
      ]
    }
  }
}