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

mongodbatlas.getSharedTierRestoreJobs

Explore with Pulumi AI

mongodbatlas logo
MongoDB Atlas v3.14.3 published on Monday, Apr 1, 2024 by Pulumi

    Using getSharedTierRestoreJobs

    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 getSharedTierRestoreJobs(args: GetSharedTierRestoreJobsArgs, opts?: InvokeOptions): Promise<GetSharedTierRestoreJobsResult>
    function getSharedTierRestoreJobsOutput(args: GetSharedTierRestoreJobsOutputArgs, opts?: InvokeOptions): Output<GetSharedTierRestoreJobsResult>
    def get_shared_tier_restore_jobs(cluster_name: Optional[str] = None,
                                     project_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetSharedTierRestoreJobsResult
    def get_shared_tier_restore_jobs_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                     project_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetSharedTierRestoreJobsResult]
    func LookupSharedTierRestoreJobs(ctx *Context, args *LookupSharedTierRestoreJobsArgs, opts ...InvokeOption) (*LookupSharedTierRestoreJobsResult, error)
    func LookupSharedTierRestoreJobsOutput(ctx *Context, args *LookupSharedTierRestoreJobsOutputArgs, opts ...InvokeOption) LookupSharedTierRestoreJobsResultOutput

    > Note: This function is named LookupSharedTierRestoreJobs in the Go SDK.

    public static class GetSharedTierRestoreJobs 
    {
        public static Task<GetSharedTierRestoreJobsResult> InvokeAsync(GetSharedTierRestoreJobsArgs args, InvokeOptions? opts = null)
        public static Output<GetSharedTierRestoreJobsResult> Invoke(GetSharedTierRestoreJobsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSharedTierRestoreJobsResult> getSharedTierRestoreJobs(GetSharedTierRestoreJobsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: mongodbatlas:index/getSharedTierRestoreJobs:getSharedTierRestoreJobs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    ProjectId string
    ClusterName string
    ProjectId string
    clusterName String
    projectId String
    clusterName string
    projectId string
    clusterName String
    projectId String

    getSharedTierRestoreJobs Result

    The following output properties are available:

    ClusterName string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    Results List<GetSharedTierRestoreJobsResult>
    TotalCount int
    ClusterName string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    Results []GetSharedTierRestoreJobsResult
    TotalCount int
    clusterName String
    id String
    The provider-assigned unique ID for this managed resource.
    projectId String
    results List<GetSharedTierRestoreJobsResult>
    totalCount Integer
    clusterName string
    id string
    The provider-assigned unique ID for this managed resource.
    projectId string
    results GetSharedTierRestoreJobsResult[]
    totalCount number
    cluster_name str
    id str
    The provider-assigned unique ID for this managed resource.
    project_id str
    results Sequence[GetSharedTierRestoreJobsResult]
    total_count int
    clusterName String
    id String
    The provider-assigned unique ID for this managed resource.
    projectId String
    results List<Property Map>
    totalCount Number

    Supporting Types

    GetSharedTierRestoreJobsResult

    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