1. Packages
  2. Mongodbatlas Provider
  3. API Docs
  4. getSharedTierRestoreJob
MongoDB Atlas v3.30.0 published on Friday, Mar 21, 2025 by Pulumi

mongodbatlas.getSharedTierRestoreJob

Explore with Pulumi AI

MongoDB Atlas v3.30.0 published on Friday, Mar 21, 2025 by Pulumi

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>
Copy
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]
Copy
func GetSharedTierRestoreJob(ctx *Context, args *GetSharedTierRestoreJobArgs, opts ...InvokeOption) (*GetSharedTierRestoreJobResult, error)
func GetSharedTierRestoreJobOutput(ctx *Context, args *GetSharedTierRestoreJobOutputArgs, opts ...InvokeOption) GetSharedTierRestoreJobResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSharedTierRestoreJobResult> getSharedTierRestoreJob(GetSharedTierRestoreJobArgs args, InvokeOptions options)
public static Output<GetSharedTierRestoreJobResult> getSharedTierRestoreJob(GetSharedTierRestoreJobArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: mongodbatlas:index/getSharedTierRestoreJob:getSharedTierRestoreJob
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName This property is required. string
JobId This property is required. string
ProjectId This property is required. string
ClusterName This property is required. string
JobId This property is required. string
ProjectId This property is required. string
clusterName This property is required. String
jobId This property is required. String
projectId This property is required. String
clusterName This property is required. string
jobId This property is required. string
projectId This property is required. string
cluster_name This property is required. str
job_id This property is required. str
project_id This property is required. str
clusterName This property is required. String
jobId This property is required. String
projectId This property is required. String

getSharedTierRestoreJob Result

The following output properties are available:

ClusterName string
DeliveryType string
ExpirationDate string
Id string
The provider-assigned unique ID for this managed resource.
JobId string
ProjectId string
RestoreFinishedDate string
RestoreScheduledDate string
SnapshotFinishedDate string
SnapshotId string
SnapshotUrl string
Status string
TargetDeploymentItemName string
TargetProjectId string
ClusterName string
DeliveryType string
ExpirationDate string
Id string
The provider-assigned unique ID for this managed resource.
JobId string
ProjectId string
RestoreFinishedDate string
RestoreScheduledDate string
SnapshotFinishedDate string
SnapshotId string
SnapshotUrl string
Status string
TargetDeploymentItemName string
TargetProjectId string
clusterName String
deliveryType String
expirationDate String
id String
The provider-assigned unique ID for this managed resource.
jobId String
projectId String
restoreFinishedDate String
restoreScheduledDate String
snapshotFinishedDate String
snapshotId String
snapshotUrl String
status String
targetDeploymentItemName String
targetProjectId String
clusterName string
deliveryType string
expirationDate string
id string
The provider-assigned unique ID for this managed resource.
jobId string
projectId string
restoreFinishedDate string
restoreScheduledDate string
snapshotFinishedDate string
snapshotId string
snapshotUrl string
status string
targetDeploymentItemName string
targetProjectId string
clusterName String
deliveryType String
expirationDate String
id String
The provider-assigned unique ID for this managed resource.
jobId String
projectId String
restoreFinishedDate String
restoreScheduledDate String
snapshotFinishedDate String
snapshotId String
snapshotUrl String
status String
targetDeploymentItemName String
targetProjectId String

Package Details

Repository
MongoDB Atlas pulumi/pulumi-mongodbatlas
License
Apache-2.0
Notes
This Pulumi package is based on the mongodbatlas Terraform Provider.
MongoDB Atlas v3.30.0 published on Friday, Mar 21, 2025 by Pulumi