INPUT_OBJECT

SnapshotScanConfigInput

Description

Snapshot scan config.

link GraphQL Schema definition

  • input SnapshotScanConfigInput {
  • # End time for the snapshot scan.
  • endTime: DateTime
  • # Maximum number of snapshots to scan.
  • maxSnapshotsPerObject: Int
  • # Start time for the snapshot scan.
  • startTime: DateTime
  • }