INPUT_OBJECT

CreateAwsExocomputeConfigsInput

Description

Input to create AWS Exocompute configurations.

link GraphQL Schema definition

  • input CreateAwsExocomputeConfigsInput {
  • # 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