INPUT_OBJECT

UpdateAwsExocomputeConfigsInput

Description

Input to update AWS Exocompute configurations.

link GraphQL Schema definition

  • input UpdateAwsExocomputeConfigsInput {
  • # Rubrik ID for cloud account.
  • cloudAccountId: UUID!
  • # List of Exocompute configurations for the cloud account.
  • configs: [AwsExocomputeConfigInput!]!
  • # Specifies whether to start Exocompute health check.
  • triggerHealthCheck: Boolean
  • }

link Require by