Amazon EKS · Example Payload

Eks Openapi Logging Example

Container OrchestrationContainersEKSKubernetes

Eks Openapi Logging Example is an example object payload from Amazon EKS, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clusterLogging

Example Payload

Raw ↑
{
  "clusterLogging": [
    {
      "types": [
        "audit"
      ],
      "enabled": true
    },
    {
      "types": [
        "audit"
      ],
      "enabled": false
    }
  ]
}