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.



5568
5569
5570
5571
5572
5573
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5568

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.



5568
5569
5570
5571
5572
5573
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5568

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