OBJECT
ApplicationCloudAccountToExocomputeConfig
Description
Details about an Exocompute configuration.
link GraphQL Schema definition
- type ApplicationCloudAccountToExocomputeConfig {
- # Application cloud account id for which configs are applicable.
- : String!
- # Details about the Exocompute configurations.
- : [AwsExocomputeGetConfigurationResponse!]!
- # Specifies whether the cloud account is the host cloud account.
- : Boolean!
- # Mapped Exocompute account details.
- : CloudAccountDetails
- }