OBJECT

ApplicationCloudAccountToExocomputeConfig

Description

Details about an Exocompute configuration.

link GraphQL Schema definition

  • type ApplicationCloudAccountToExocomputeConfig {
  • # Application cloud account id for which configs are applicable.
  • applicationCloudAccountId: String!
  • # Specifies whether the cloud account is the host cloud account.
  • isHost: Boolean!
  • # Details about the Exocompute configurations.
  • exocomputeConfigs: [AwsExocomputeGetConfigurationResponse!]!
  • # Mapped Exocompute account details.
  • mappedExocomputeAccount: CloudAccountDetails
  • }