Class: Aws::EKS::Types::ArgoCdConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ArgoCdConfigResponse
- Defined in:
- gems/aws-sdk-eks/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.
664 665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 664 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.
664 665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 664 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.
664 665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 664 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.
664 665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 664 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.
664 665 666 667 668 669 670 671 672 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 664 class ArgoCdConfigResponse < Struct.new( :namespace, :aws_idc, :rbac_role_mappings, :network_access, :server_url) SENSITIVE = [] include Aws::Structure end |