INPUT_OBJECT
ValidateRdsExportExocomputePortReq
Description
Parameters for validating exocompute worker security group for RDS export.
link GraphQL Schema definition
- input ValidateRdsExportExocomputePortReq {
- # Rubrik ID of the archived snapshot.
- : UUID
- # Region to export the RDS instance to.
- : String!
- # Rubrik ID of the RDS instance.
- : UUID!
- # Port used for the RDS instance export.
- : Long!
- # Rubrik ID of the source snapshot.
- : UUID!
- # Rubrik ID of the target AWS account.
- : UUID!
- }