Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--mongodb-atlas-cloudbackuprestorejobs.json
Parent schema serverless-framework-configuration
Type: object

Returns, starts, and cancels Cloud Backup restore jobs.. Source:- No source definition found, add manually please

Properties

ProjectId string | Aws_CF_FunctionString required

The unique identifier of the project for the Atlas cluster.

ClusterName string | Aws_CF_FunctionString required

The name of the Atlas cluster whose snapshot you want to restore or you want to retrieve restore jobs.

InstanceName string | Aws_CF_FunctionString

The instance name of the Serverless cluster whose snapshot you want to restore or you want to retrieve restore jobs.

DeliveryType string | Aws_CF_FunctionString

Type of restore job to create.The value can be any one of download,automated or point_in_time

SnapshotId string | Aws_CF_FunctionString

Unique identifier of the source snapshot ID of the restore job.

OpLogTs string | Aws_CF_FunctionString

Timestamp in the number of seconds that have elapsed since the UNIX epoch from which to you want to restore this snapshot. This is the first part of an Oplog timestamp.

OpLogInc string | Aws_CF_FunctionString

Oplog operation number from which to you want to restore this snapshot. This is the second part of an Oplog timestamp.

PointInTimeUtcSeconds integer

If you performed a Point-in-Time restores at a time specified by a Unix time in seconds since epoch, pointInTimeUTCSeconds indicates the Unix time used.

TargetProjectId string | Aws_CF_FunctionString

Name of the target Atlas project of the restore job. Only visible if deliveryType is automated.

TargetClusterName string | Aws_CF_FunctionString

Name of the target Atlas cluster to which the restore job restores the snapshot. Only visible if deliveryType is automated.

Profile string | Aws_CF_FunctionString

Profile used to provide credentials information, (a secret with the cfn/atlas/profile/{Profile}, is required), if not provided default is used