OBJECT
AwsExocomputeConfig
Description
AWS Exocompute configurations in an AWS account.
link GraphQL Schema definition
- type AwsExocomputeConfig {
- # Account details.
- AwsCloudAccount! :
- # Feature details.
- FeatureDetail! :
- # List of regions for which Exocompute can be configured.
- AwsCloudAccountRegion!]! : [
- # AWS Exocompute get configurations response.
- AwsExocomputeGetConfigResponse!]! @deprecated( reason: "Deprecated in favor of BYOK8s, use exocomputeConfigs instead." ) : [
- # AWS Exocompute get configurations response.
- AwsExocomputeGetConfigurationResponse!]! : [
- # Cloud Accounts which are mapped to this Exocompute account.
- UUID!]! @deprecated( reason: "Use mappedCloudAccounts instead, cloud account IDs of mapped accounts are contained in mappedCloudAccounts." ) : [
- # Details of cloud accounts which are mapped to this Exocompute account.
- CloudAccountDetails!]! : [
- }