Class: Aws::EKS::Types::ElasticLoadBalancing
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ElasticLoadBalancing
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the Amazon EKS User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates if the load balancing capability is enabled on your EKS Auto Mode cluster.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates if the load balancing capability is enabled on your EKS Auto Mode cluster. If the load balancing capability is enabled, EKS Auto Mode will create and delete load balancers in your Amazon Web Services account.
3310 3311 3312 3313 3314 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3310 class ElasticLoadBalancing < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |