Amazon EKS · Example Payload

Eks Openapi List Fargate Profiles Response Example

Container OrchestrationContainersEKSKubernetes

Eks Openapi List Fargate Profiles Response Example is an example object payload from Amazon EKS, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fargateProfileNamesnextToken

Example Payload

Raw ↑
{
  "fargateProfileNames": [
    "example-resource-name"
  ],
  "nextToken": "example-string-value"
}