Class: Aws::EKS::Types::UpdateClusterVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
7000
7001
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6994

class UpdateClusterVersionRequest < Struct.new(
  :name,
  :version,
  :client_request_token,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#forceBoolean

Set this value to true to override upgrade-blocking readiness checks when updating a cluster.

Returns:

  • (Boolean)


6994
6995
6996
6997
6998
6999
7000
7001
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6994

class UpdateClusterVersionRequest < Struct.new(
  :name,
  :version,
  :client_request_token,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EKS cluster to update.

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
7000
7001
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6994

class UpdateClusterVersionRequest < Struct.new(
  :name,
  :version,
  :client_request_token,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The desired Kubernetes version following a successful update.

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
7000
7001
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6994

class UpdateClusterVersionRequest < Struct.new(
  :name,
  :version,
  :client_request_token,
  :force)
  SENSITIVE = []
  include Aws::Structure
end