Class: Aws::EKS::Types::ArgoCdConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ArgoCdConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The response object containing Argo CD configuration details, including the server URL that you use to access the Argo CD web interface and API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_idc ⇒ Types::ArgoCdAwsIdcConfigResponse
The IAM Identity CenterIAM; Identity Center integration configuration.
-
#namespace ⇒ String
The Kubernetes namespace where Argo CD resources are monitored by your Argo CD Capability.
-
#network_access ⇒ Types::ArgoCdNetworkAccessConfigResponse
The network access configuration for the Argo CD capability’s managed API server endpoint.
-
#rbac_role_mappings ⇒ Array<Types::ArgoCdRoleMapping>
The list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles.
-
#server_url ⇒ String
The URL of the Argo CD server.
Instance Attribute Details
#aws_idc ⇒ Types::ArgoCdAwsIdcConfigResponse
The IAM Identity CenterIAM; Identity Center integration configuration.
650 651 652 653 654 655 656 657 658 |
# File 'lib/aws-sdk-eks/types.rb', line 650 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Kubernetes namespace where Argo CD resources are monitored by your Argo CD Capability.
650 651 652 653 654 655 656 657 658 |
# File 'lib/aws-sdk-eks/types.rb', line 650 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |
#network_access ⇒ Types::ArgoCdNetworkAccessConfigResponse
The network access configuration for the Argo CD capability’s managed API server endpoint. If VPC endpoint IDs are specified, public access is blocked and the Argo CD server is only accessible through the specified VPC endpoints.
650 651 652 653 654 655 656 657 658 |
# File 'lib/aws-sdk-eks/types.rb', line 650 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |
#rbac_role_mappings ⇒ Array<Types::ArgoCdRoleMapping>
The list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles.
650 651 652 653 654 655 656 657 658 |
# File 'lib/aws-sdk-eks/types.rb', line 650 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |
#server_url ⇒ String
The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.
650 651 652 653 654 655 656 657 658 |
# File 'lib/aws-sdk-eks/types.rb', line 650 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |