Class: Aws::EKS::Types::ArgoCdConfigResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_idcTypes::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

#namespaceString

The Kubernetes namespace where Argo CD resources are monitored by your Argo CD Capability.

Returns:

  • (String)


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_accessTypes::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_mappingsArray<Types::ArgoCdRoleMapping>

The list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles.

Returns:



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_urlString

The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.

Returns:

  • (String)


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