Amazon EKS · JSON Structure

Eks Openapi Delete Fargate Profile Response Structure

DeleteFargateProfileResponse schema from Amazon EKS API

Type: object Properties: 1
Container OrchestrationContainersEKSKubernetes

DeleteFargateProfileResponse 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

fargateProfile

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-fargate-profile-response-structure.json",
  "name": "DeleteFargateProfileResponse",
  "description": "DeleteFargateProfileResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "fargateProfile": {
      "$ref": "#/components/schemas/FargateProfile"
    }
  }
}