Amazon EKS · Example Payload

Eks Openapi Create Addon Request Example

Container OrchestrationContainersEKSKubernetes

Eks Openapi Create Addon 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

addonNameaddonVersionserviceAccountRoleArn

Example Payload

Raw ↑
{
  "addonName": "example-resource-name",
  "addonVersion": "1.0.0",
  "serviceAccountRoleArn": "arn:aws:service:us-east-1:123456789012:resource/example"
}