Amazon EKS · JSON Structure

Eks Openapi Delete Addon Response Structure

DeleteAddonResponse schema from Amazon EKS API

Type: object Properties: 1
Container OrchestrationContainersEKSKubernetes

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

Properties

addon

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-delete-addon-response-structure.json",
  "name": "DeleteAddonResponse",
  "description": "DeleteAddonResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "addon": {
      "$ref": "#/components/schemas/Addon"
    }
  }
}