Class: Aws::EMRContainers::Types::EksInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::EksInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
The information about the Amazon EKS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
The namespaces of the Amazon EKS cluster.
-
#node_label ⇒ String
The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled.
Instance Attribute Details
#namespace ⇒ String
The namespaces of the Amazon EKS cluster.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 756 class EksInfo < Struct.new( :namespace, :node_label) SENSITIVE = [] include Aws::Structure end |
#node_label ⇒ String
The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 756 class EksInfo < Struct.new( :namespace, :node_label) SENSITIVE = [] include Aws::Structure end |