OBJECT
Snapshot scan config.
type SnapshotScanConfig {# Specifies the end time of the snapshot scan.endTime: DateTime # Specifies the max snapshots per object.maxSnapshotsPerObject: Int! # Specifies the start time of the snapshot scan.startTime: DateTime }