Class: Aws::EKS::Types::KubeApiServerConfigRequest

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

Overview

The configuration for the Kubernetes API server on an Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_ttlString

The duration that Kubernetes events are retained. Valid values are single-unit durations such as 30m or 1h.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5143

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

#service_node_port_rangeTypes::ServiceNodePortRange

The port range for NodePort services.



5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5143

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