Class: Aws::EKS::Types::UpdateCapabilityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_nameString

The name of the capability to update configuration for.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is valid for 24 hours after creation.

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

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the Amazon EKS cluster that contains the capability you want to update configuration for.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::UpdateCapabilityConfiguration

The updated configuration settings for the capability. You only need to specify the configuration parameters you want to change. For Argo CD capabilities, you can update RBAC role mappings and network access settings.



7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end

#delete_propagation_policyString

The updated delete propagation policy for the capability. Currently, the only supported value is ‘RETAIN`.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with Amazon Web Services services. If you specify a new role ARN, the capability will start using the new role for all subsequent operations.

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
# File 'lib/aws-sdk-eks/types.rb', line 7865

class UpdateCapabilityRequest < Struct.new(
  :cluster_name,
  :capability_name,
  :role_arn,
  :configuration,
  :client_request_token,
  :delete_propagation_policy)
  SENSITIVE = []
  include Aws::Structure
end