Class: Aws::EKS::Types::UpdateArgoCdConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateArgoCdConfig
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Configuration updates for an Argo CD capability. You only need to specify the fields you want to update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_access ⇒ Types::ArgoCdNetworkAccessConfigRequest
Updated network access configuration for the Argo CD capability's managed API server endpoint.
-
#rbac_role_mappings ⇒ Types::UpdateRoleMappings
Updated RBAC role mappings for the Argo CD capability.
Instance Attribute Details
#network_access ⇒ Types::ArgoCdNetworkAccessConfigRequest
Updated network access configuration for the Argo CD capability's managed API server endpoint. You can add or remove VPC endpoint associations to control which VPCs have private access to the Argo CD server.
7850 7851 7852 7853 7854 7855 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7850 class UpdateArgoCdConfig < Struct.new( :rbac_role_mappings, :network_access) SENSITIVE = [] include Aws::Structure end |
#rbac_role_mappings ⇒ Types::UpdateRoleMappings
Updated RBAC role mappings for the Argo CD capability. You can add, update, or remove role mappings.
7850 7851 7852 7853 7854 7855 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7850 class UpdateArgoCdConfig < Struct.new( :rbac_role_mappings, :network_access) SENSITIVE = [] include Aws::Structure end |