Class: Aws::EKS::Types::PortRangeParameterConfig

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

Overview

A port range parameter configuration with default value and constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsTypes::PortRangeConstraints

The constraints for the port range parameter.



7467
7468
7469
7470
7471
7472
# File 'lib/aws-sdk-eks/types.rb', line 7467

class PortRangeParameterConfig < Struct.new(
  :default_value,
  :constraints)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueTypes::ServiceNodePortRange

The default port range value.



7467
7468
7469
7470
7471
7472
# File 'lib/aws-sdk-eks/types.rb', line 7467

class PortRangeParameterConfig < Struct.new(
  :default_value,
  :constraints)
  SENSITIVE = []
  include Aws::Structure
end