INPUT_OBJECT
UpdateAwsExocomputeConfigsInput
Description
Input to update AWS Exocompute configurations.
link GraphQL Schema definition
- input UpdateAwsExocomputeConfigsInput {
- # Rubrik ID for cloud account.
- : UUID!
- # List of Exocompute configurations for the cloud account.
- : [AwsExocomputeConfigInput!]!
- # Specifies whether to start Exocompute health check.
- : Boolean
- }