Class: Aws::EKS::Types::KubeApiServerVersionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::KubeApiServerVersionConfig
- 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
-
#event_ttl ⇒ Types::DurationParameterConfig
The event TTL configuration with default value and constraints.
-
#service_node_port_range ⇒ Types::PortRangeParameterConfig
The service node port range configuration with default value and constraints.
Instance Attribute Details
#event_ttl ⇒ Types::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_range ⇒ Types::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 |