ArgoCdConfigRequest
Configuration settings for an Argo CD capability. This includes the Kubernetes namespace, IAM Identity CenterIAM; Identity Center integration, RBAC role mappings, and network access configuration.
Contents
- awsIdc
-
Configuration for IAM Identity CenterIAM; Identity Center integration. When configured, users can authenticate to Argo CD using their IAM Identity CenterIAM; Identity Center credentials.
Type: ArgoCdAwsIdcConfigRequest object
Required: Yes
- namespace
-
The Kubernetes namespace where Argo CD resources will be created. If not specified, the default namespace is used.
Type: String
Required: No
- networkAccess
-
Configuration for network access to the Argo CD capability's managed API server endpoint. By default, the Argo CD server is accessible via a public endpoint. You can optionally specify one or more VPC endpoint IDs to enable private connectivity from your VPCs. When VPC endpoints are configured, public access is blocked and the Argo CD server is only accessible through the specified VPC endpoints.
Type: ArgoCdNetworkAccessConfigRequest object
Required: No
- rbacRoleMappings
-
A list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles. Each mapping associates an Argo CD role (
ADMIN,EDITOR, orVIEWER) with one or more IAM Identity CenterIAM; Identity Center identities.Type: Array of ArgoCdRoleMapping objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: