/AWS1/CL_EKSARGOCDCONFIGRSP¶
The response object containing Argo CD configuration details, including the server URL that you use to access the Argo CD web interface and API.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namespace TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Kubernetes namespace where Argo CD resources are monitored by your Argo CD Capability.
io_awsidc TYPE REF TO /AWS1/CL_EKSARGOCDAWSIDCCFGRSP /AWS1/CL_EKSARGOCDAWSIDCCFGRSP¶
The IAM Identity CenterIAM; Identity Center integration configuration.
it_rbacrolemappings TYPE /AWS1/CL_EKSARGOCDROLEMAPPING=>TT_ARGOCDROLEMAPPINGLIST TT_ARGOCDROLEMAPPINGLIST¶
The list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles.
io_networkaccess TYPE REF TO /AWS1/CL_EKSARGOCDNETACCCFGRSP /AWS1/CL_EKSARGOCDNETACCCFGRSP¶
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.
iv_serverurl TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.
Queryable Attributes¶
namespace¶
The Kubernetes namespace where Argo CD resources are monitored by your Argo CD Capability.
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¶
The IAM Identity CenterIAM; Identity Center integration configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSIDC() |
Getter for AWSIDC |
rbacRoleMappings¶
The list of role mappings that define which IAM Identity CenterIAM; Identity Center users or groups have which Argo CD roles.
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¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKACCESS() |
Getter for NETWORKACCESS |
serverUrl¶
The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERURL() |
Getter for SERVERURL, with configurable default |
ASK_SERVERURL() |
Getter for SERVERURL w/ exceptions if field has no value |
HAS_SERVERURL() |
Determine if SERVERURL has a value |