Class: Aws::EMRContainers::Types::EksInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespaceString

The namespaces of the Amazon EKS cluster.

Returns:

  • (String)


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_labelString

The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.

Returns:

  • (String)


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