/AWS1/CL_EKSUPDATEARGOCDCONFIG¶
Configuration updates for an Argo CD capability. You only need to specify the fields you want to update.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_rbacrolemappings TYPE REF TO /AWS1/CL_EKSUPDATEROLEMAPPINGS /AWS1/CL_EKSUPDATEROLEMAPPINGS¶
Updated RBAC role mappings for the Argo CD capability. You can add, update, or remove role mappings.
io_networkaccess TYPE REF TO /AWS1/CL_EKSARGOCDNETACCCFGREQ /AWS1/CL_EKSARGOCDNETACCCFGREQ¶
Updated network access configuration for the Argo CD capability's managed API server endpoint. You can add or remove VPC endpoint associations to control which VPCs have private access to the Argo CD server.
Queryable Attributes¶
rbacRoleMappings¶
Updated RBAC role mappings for the Argo CD capability. You can add, update, or remove role mappings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RBACROLEMAPPINGS() |
Getter for RBACROLEMAPPINGS |
networkAccess¶
Updated network access configuration for the Argo CD capability's managed API server endpoint. You can add or remove VPC endpoint associations to control which VPCs have private access to the Argo CD server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKACCESS() |
Getter for NETWORKACCESS |