INPUT_OBJECT

RequiredRecoveryParametersInput

Description

Supported in v5.1+

link GraphQL Schema definition

  • input RequiredRecoveryParametersInput {
  • # Supported in v5.1+
  • # Point in time to recover to.
  • recoveryPoint: DateTime
  • # Supported in v5.1+
  • # ID of the snapshot to recover.
  • snapshotId: String
  • }