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.
  • archivedSnapshotId: UUID
  • # Region to export the RDS instance to.
  • destinationRegion: String!
  • # Rubrik ID of the RDS instance.
  • instanceId: UUID!
  • # Port used for the RDS instance export.
  • port: Long!
  • # Rubrik ID of the source snapshot.
  • sourceSnapshotId: UUID!
  • # Rubrik ID of the target AWS account.
  • targetAwsNativeAccountId: UUID!
  • }

link Require by