updateAwsExocomputeConfigs
Update AWS Exocompute configs.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | UpdateAwsExocomputeConfigsInput! | Input to create AWS exocompute configurations. |
Returns
UpdateAwsExocomputeConfigsReply!
Sample
{
"data": {
"updateAwsExocomputeConfigs": {
"configs": [
{
"areSecurityGroupsRscManaged": true,
"authServerRegion": "UNKNOWN_AWS_AUTH_SERVER_BASED_REGION",
"clusterSecurityGroupId": "example-string",
"configUuid": "example-string",
"hasPcr": true,
"message": "example-string"
}
],
"deleteStatus": [
{
"exocomputeConfigId": "example-string",
"success": true
}
]
}
}
}