createAwsExocomputeConfigs
Create AWS Exocompute configs.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateAwsExocomputeConfigsInput! | Input to create AWS exocompute configurations. |
Returns
CreateAwsExocomputeConfigsReply!
Sample
{
"data": {
"createAwsExocomputeConfigs": {
"configs": [
{
"areSecurityGroupsRscManaged": true,
"authServerRegion": "UNKNOWN_AWS_AUTH_SERVER_BASED_REGION",
"clusterSecurityGroupId": "example-string",
"configUuid": "example-string",
"hasPcr": true,
"message": "example-string"
}
],
"exocomputeConfigs": [
{
"authServerRegion": "UNKNOWN_AWS_AUTH_SERVER_BASED_REGION",
"configUuid": "00000000-0000-0000-0000-000000000000",
"hasPcr": true,
"message": "example-string"
}
]
}
}
}