Class: Aws::EKS::Types::UpdateCapabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateCapabilityRequest
- Defined in:
- gems/aws-sdk-eks/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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8093 class UpdateCapabilityRequest < Struct.new( :cluster_name, :capability_name, :role_arn, :configuration, :client_request_token, :delete_propagation_policy) SENSITIVE = [] include Aws::Structure end |