/AWS1/CL_EKSARGOCDCONFIGREQ¶
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_awsidc TYPE REF TO /AWS1/CL_EKSARGOCDAWSIDCCFGREQ /AWS1/CL_EKSARGOCDAWSIDCCFGREQ¶
Configuration for IAM Identity CenterIAM; Identity Center integration. When configured, users can authenticate to Argo CD using their IAM Identity CenterIAM; Identity Center credentials.
Optional arguments:¶
iv_namespace TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Kubernetes namespace where Argo CD resources will be created. If not specified, the default namespace is used.
it_rbacrolemappings TYPE /AWS1/CL_EKSARGOCDROLEMAPPING=>TT_ARGOCDROLEMAPPINGLIST TT_ARGOCDROLEMAPPINGLIST¶
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.
io_networkaccess TYPE REF TO /AWS1/CL_EKSARGOCDNETACCCFGREQ /AWS1/CL_EKSARGOCDNETACCCFGREQ¶
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.
Queryable Attributes¶
namespace¶
The Kubernetes namespace where Argo CD resources will be created. If not specified, the default namespace is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSIDC() |
Getter for AWSIDC |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RBACROLEMAPPINGS() |
Getter for RBACROLEMAPPINGS, with configurable default |
ASK_RBACROLEMAPPINGS() |
Getter for RBACROLEMAPPINGS w/ exceptions if field has no va |
HAS_RBACROLEMAPPINGS() |
Determine if RBACROLEMAPPINGS has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKACCESS() |
Getter for NETWORKACCESS |