Amazon EKS · JSON Structure

Eks Openapi Vpc Config Response Structure

VpcConfigResponse schema from Amazon EKS API

Type: object Properties: 7
Container OrchestrationContainersEKSKubernetes

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

Properties

subnetIds securityGroupIds clusterSecurityGroupId vpcId endpointPublicAccess endpointPrivateAccess publicAccessCidrs

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-eks/refs/heads/main/json-structure/eks-openapi-vpc-config-response-structure.json",
  "name": "VpcConfigResponse",
  "description": "VpcConfigResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "subnetIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "securityGroupIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "clusterSecurityGroupId": {
      "type": "string"
    },
    "vpcId": {
      "type": "string"
    },
    "endpointPublicAccess": {
      "type": "boolean"
    },
    "endpointPrivateAccess": {
      "type": "boolean"
    },
    "publicAccessCidrs": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}