Class: Aws::EKS::Types::KubeApiServerConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The Kubernetes API server configuration for an Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_ttlString

The duration that Kubernetes events are retained.

Returns:

  • (String)


5162
5163
5164
5165
5166
5167
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5162

class KubeApiServerConfigResponse < Struct.new(
  :event_ttl,
  :service_node_port_range)
  SENSITIVE = []
  include Aws::Structure
end

#service_node_port_rangeTypes::ServiceNodePortRange

The port range for NodePort services.



5162
5163
5164
5165
5166
5167
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5162

class KubeApiServerConfigResponse < Struct.new(
  :event_ttl,
  :service_node_port_range)
  SENSITIVE = []
  include Aws::Structure
end