Class: Aws::EKS::Types::KubeApiServerConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::KubeApiServerConfigResponse
- Includes:
- Structure
- Defined in:
- 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
-
#event_ttl ⇒ String
The duration that Kubernetes events are retained.
-
#service_node_port_range ⇒ Types::ServiceNodePortRange
The port range for NodePort services.
Instance Attribute Details
#event_ttl ⇒ String
The duration that Kubernetes events are retained.
5547 5548 5549 5550 5551 5552 |
# File 'lib/aws-sdk-eks/types.rb', line 5547 class KubeApiServerConfigResponse < Struct.new( :event_ttl, :service_node_port_range) SENSITIVE = [] include Aws::Structure end |
#service_node_port_range ⇒ Types::ServiceNodePortRange
The port range for NodePort services.
5547 5548 5549 5550 5551 5552 |
# File 'lib/aws-sdk-eks/types.rb', line 5547 class KubeApiServerConfigResponse < Struct.new( :event_ttl, :service_node_port_range) SENSITIVE = [] include Aws::Structure end |