1. Packages
  2. MongoDB Atlas
  3. API Docs
  4. getSharedTierRestoreJob
MongoDB Atlas v3.14.3 published on Monday, Apr 1, 2024 by Pulumi

mongodbatlas.getSharedTierRestoreJob

Explore with Pulumi AI

mongodbatlas logo
MongoDB Atlas v3.14.3 published on Monday, Apr 1, 2024 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: mongodbatlas:index/getSharedTierRestoreJob:getSharedTierRestoreJob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    JobId string
    ProjectId string
    ClusterName string
    JobId string
    ProjectId string
    clusterName String
    jobId String
    projectId String
    clusterName string
    jobId string
    projectId string
    clusterName String
    jobId String
    projectId 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.
    mongodbatlas logo
    MongoDB Atlas v3.14.3 published on Monday, Apr 1, 2024 by Pulumi