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