Class: Aws::EKS::Types::UpdateCapabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateCapabilityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_name ⇒ String
The name of the capability to update configuration for.
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#cluster_name ⇒ String
The name of the Amazon EKS cluster that contains the capability you want to update configuration for.
-
#configuration ⇒ Types::UpdateCapabilityConfiguration
The updated configuration settings for the capability.
-
#delete_propagation_policy ⇒ String
The updated delete propagation policy for the capability.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with Amazon Web Services services.
Instance Attribute Details
#capability_name ⇒ String
The name of the capability to update configuration for.
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_token ⇒ String
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.
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_name ⇒ String
The name of the Amazon EKS cluster that contains the capability you want to update configuration for.
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 |
#configuration ⇒ Types::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_policy ⇒ String
The updated delete propagation policy for the capability. Currently, the only supported value is ‘RETAIN`.
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_arn ⇒ String
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.
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 |