Class: Aws::EKS::Types::UpgradePolicyResponse

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

Overview

This value indicates if extended support is enabled or disabled for the cluster.

Learn more about EKS Extended Support in the Amazon EKS User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#support_typeString

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

Learn more about EKS Extended Support in the Amazon EKS User Guide.

Returns:

  • (String)


7436
7437
7438
7439
7440
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7436

class UpgradePolicyResponse < Struct.new(
  :support_type)
  SENSITIVE = []
  include Aws::Structure
end