EksConfiguration
The EksConfiguration
structure describes the connection to the
Amazon EKS cluster from which a scraper collects metrics.
Contents
- clusterArn
-
ARN of the Amazon EKS cluster.
Type: String
Pattern:
^arn:aws[-a-z]*:eks:[-a-z0-9]+:[0-9]{12}:cluster/.+$
Required: Yes
- subnetIds
-
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^subnet-[0-9a-z]+$
Required: Yes
- securityGroupIds
-
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^sg-[0-9a-z]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: