Amazon EKS · Schema

FargateProfile

FargateProfile schema from Amazon EKS API

Container OrchestrationContainersEKSKubernetes

Properties

Name Type Description
fargateProfileName string The name of the Fargate profile.
fargateProfileArn string The full Amazon Resource Name (ARN) of the Fargate profile.
clusterName string The name of the cluster the Fargate profile is associated with.
status string The current status of the Fargate profile.
podExecutionRoleArn string The Amazon Resource Name (ARN) of the pod execution role.
subnets array The IDs of subnets to launch pods into.
selectors array The selectors to match for pods to use this Fargate profile.
tags object Metadata that assists with categorization and organization.
createdAt string The Unix epoch timestamp at object creation.
View JSON Schema on GitHub

JSON Schema

eks-openapi-fargate-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-schema/eks-openapi-fargate-profile-schema.json",
  "title": "FargateProfile",
  "description": "FargateProfile schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "fargateProfileName": {
      "type": "string",
      "description": "The name of the Fargate profile."
    },
    "fargateProfileArn": {
      "type": "string",
      "description": "The full Amazon Resource Name (ARN) of the Fargate profile."
    },
    "clusterName": {
      "type": "string",
      "description": "The name of the cluster the Fargate profile is associated with."
    },
    "status": {
      "type": "string",
      "enum": [
        "CREATING",
        "ACTIVE",
        "DELETING",
        "CREATE_FAILED",
        "DELETE_FAILED"
      ],
      "description": "The current status of the Fargate profile."
    },
    "podExecutionRoleArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the pod execution role."
    },
    "subnets": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The IDs of subnets to launch pods into."
    },
    "selectors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FargateProfileSelector"
      },
      "description": "The selectors to match for pods to use this Fargate profile."
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Metadata that assists with categorization and organization."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "The Unix epoch timestamp at object creation."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eks-openapi-fargate-profile"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.