Class: Aws::EKS::Types::KubeApiServerVersionConfig

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

Overview

The Kubernetes API server version-specific configuration defaults and constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_ttlTypes::DurationParameterConfig

The event TTL configuration with default value and constraints.



5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5183

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

#service_node_port_rangeTypes::PortRangeParameterConfig

The service node port range configuration with default value and constraints.



5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5183

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