INPUT_OBJECT

CreateOnDemandMongoDatabaseSnapshotInput

Description

Input for creating an on-demand MongoDB backup.

link GraphQL Schema definition

  • input CreateOnDemandMongoDatabaseSnapshotInput {
  • # Required. Configuration for the on-demand snapshot.
  • config: MongoOnDemandDatabaseSnapshotConfigInput!
  • # Required. v9.0-v9.2: MongoDB database ID.
  • # v9.3+: Managed ID of the MongoDB database object.
  • id: String!
  • }

link Require by