Class: Aws::PrometheusService::Types::EksConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::EksConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The ‘EksConfiguration` structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
ARN of the Amazon EKS cluster.
-
#security_group_ids ⇒ Array<String>
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
Instance Attribute Details
#cluster_arn ⇒ String
ARN of the Amazon EKS cluster.
788 789 790 791 792 793 794 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 788 class EksConfiguration < Struct.new( :cluster_arn, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
788 789 790 791 792 793 794 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 788 class EksConfiguration < Struct.new( :cluster_arn, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
788 789 790 791 792 793 794 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 788 class EksConfiguration < Struct.new( :cluster_arn, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |