Amazon EKS · Example Payload

Eks Openapi Create Fargate Profile Request Example

Container OrchestrationContainersEKSKubernetes

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

Top-level fields

fargateProfileNamepodExecutionRoleArnselectors

Example Payload

Raw ↑
{
  "fargateProfileName": "example-resource-name",
  "podExecutionRoleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "selectors": [
    "example"
  ]
}