semantic-conventions/model/resource/cloud_provider/aws/eks.yaml

14 lines
361 B
YAML

groups:
- id: aws.eks
prefix: aws.eks
type: resource
brief: >
Resources used by AWS Elastic Kubernetes Service (EKS).
attributes:
- id: cluster.arn
type: string
stability: experimental
brief: >
The ARN of an EKS cluster.
examples: ['arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster']