MongoDB Atlas v3.36.0 published on Friday, Aug 22, 2025 by Pulumi
mongodbatlas.getSharedTierRestoreJob
Start a Neo task
Explain and create a mongodbatlas.getSharedTierRestoreJob resource
Using getSharedTierRestoreJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSharedTierRestoreJob(args: GetSharedTierRestoreJobArgs, opts?: InvokeOptions): Promise<GetSharedTierRestoreJobResult>
function getSharedTierRestoreJobOutput(args: GetSharedTierRestoreJobOutputArgs, opts?: InvokeOptions): Output<GetSharedTierRestoreJobResult>def get_shared_tier_restore_job(cluster_name: Optional[str] = None,
job_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSharedTierRestoreJobResult
def get_shared_tier_restore_job_output(cluster_name: Optional[pulumi.Input[str]] = None,
job_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSharedTierRestoreJobResult]func GetSharedTierRestoreJob(ctx *Context, args *GetSharedTierRestoreJobArgs, opts ...InvokeOption) (*GetSharedTierRestoreJobResult, error)
func GetSharedTierRestoreJobOutput(ctx *Context, args *GetSharedTierRestoreJobOutputArgs, opts ...InvokeOption) GetSharedTierRestoreJobResultOutput> Note: This function is named GetSharedTierRestoreJob in the Go SDK.
public static class GetSharedTierRestoreJob
{
public static Task<GetSharedTierRestoreJobResult> InvokeAsync(GetSharedTierRestoreJobArgs args, InvokeOptions? opts = null)
public static Output<GetSharedTierRestoreJobResult> Invoke(GetSharedTierRestoreJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSharedTierRestoreJobResult> getSharedTierRestoreJob(GetSharedTierRestoreJobArgs args, InvokeOptions options)
public static Output<GetSharedTierRestoreJobResult> getSharedTierRestoreJob(GetSharedTierRestoreJobArgs args, InvokeOptions options)
fn::invoke:
function: mongodbatlas:index/getSharedTierRestoreJob:getSharedTierRestoreJob
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Name string - Job
Id string - Project
Id string
- Cluster
Name string - Job
Id string - Project
Id string
- cluster
Name String - job
Id String - project
Id String
- cluster
Name string - job
Id string - project
Id string
- cluster_
name str - job_
id str - project_
id str
- cluster
Name String - job
Id String - project
Id String
getSharedTierRestoreJob Result
The following output properties are available:
- Cluster
Name string - Delivery
Type string - Expiration
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Project
Id string - Restore
Finished stringDate - Restore
Scheduled stringDate - Snapshot
Finished stringDate - Snapshot
Id string - Snapshot
Url string - Status string
- Target
Deployment stringItem Name - Target
Project stringId
- Cluster
Name string - Delivery
Type string - Expiration
Date string - Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Project
Id string - Restore
Finished stringDate - Restore
Scheduled stringDate - Snapshot
Finished stringDate - Snapshot
Id string - Snapshot
Url string - Status string
- Target
Deployment stringItem Name - Target
Project stringId
- cluster
Name String - delivery
Type String - expiration
Date String - id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - project
Id String - restore
Finished StringDate - restore
Scheduled StringDate - snapshot
Finished StringDate - snapshot
Id String - snapshot
Url String - status String
- target
Deployment StringItem Name - target
Project StringId
- cluster
Name string - delivery
Type string - expiration
Date string - id string
- The provider-assigned unique ID for this managed resource.
- job
Id string - project
Id string - restore
Finished stringDate - restore
Scheduled stringDate - snapshot
Finished stringDate - snapshot
Id string - snapshot
Url string - status string
- target
Deployment stringItem Name - target
Project stringId
- cluster_
name str - delivery_
type str - expiration_
date str - id str
- The provider-assigned unique ID for this managed resource.
- job_
id str - project_
id str - restore_
finished_ strdate - restore_
scheduled_ strdate - snapshot_
finished_ strdate - snapshot_
id str - snapshot_
url str - status str
- target_
deployment_ stritem_ name - target_
project_ strid
- cluster
Name String - delivery
Type String - expiration
Date String - id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - project
Id String - restore
Finished StringDate - restore
Scheduled StringDate - snapshot
Finished StringDate - snapshot
Id String - snapshot
Url String - status String
- target
Deployment StringItem Name - target
Project StringId
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlasTerraform Provider.
