Class: Aws::EKS::Types::UpgradePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpgradePolicyResponse
- Includes:
- Structure
- Defined in:
- 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 EKS User Guide.][1
-
[1]: docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#support_type ⇒ String
If the cluster is set to ‘EXTENDED`, it will enter extended support at the end of standard support.
Instance Attribute Details
#support_type ⇒ String
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 EKS User Guide.][1
-
[1]: docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html
6791 6792 6793 6794 6795 |
# File 'lib/aws-sdk-eks/types.rb', line 6791 class UpgradePolicyResponse < Struct.new( :support_type) SENSITIVE = [] include Aws::Structure end |