OBJECT

AwsExocomputeConfig

Description

AWS Exocompute configurations in an AWS account.

link GraphQL Schema definition

  • type AwsExocomputeConfig {
  • # Account details.
  • awsCloudAccount: AwsCloudAccount!
  • # Feature details.
  • featureDetail: FeatureDetail!
  • # List of regions for which Exocompute can be configured.
  • exocomputeEligibleRegions: [AwsCloudAccountRegion!]!
  • # AWS Exocompute get configurations response.
  • configs: [AwsExocomputeGetConfigResponse!]! @deprecated( reason: "Deprecated in favor of BYOK8s, use exocomputeConfigs instead." )
  • # AWS Exocompute get configurations response.
  • exocomputeConfigs: [AwsExocomputeGetConfigurationResponse!]!
  • # Cloud Accounts which are mapped to this Exocompute account.
  • mappedCloudAccountIds: [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.
  • mappedCloudAccounts: [CloudAccountDetails!]!
  • }

link Require by