| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
EksConfiguration |
EksConfiguration.clone() |
EksConfiguration |
Source.getEksConfiguration()
The Amazon EKS cluster from which a scraper collects metrics.
|
EksConfiguration |
EksConfiguration.withClusterArn(String clusterArn)
ARN of the Amazon EKS cluster.
|
EksConfiguration |
EksConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
|
EksConfiguration |
EksConfiguration.withSecurityGroupIds(String... securityGroupIds)
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
|
EksConfiguration |
EksConfiguration.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
|
EksConfiguration |
EksConfiguration.withSubnetIds(String... subnetIds)
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
|
Source |
Source.withEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
|
Copyright © 2024. All rights reserved.