MongoDB Atlas v3.16.2 published on Friday, Jun 21, 2024 by Pulumi
mongodbatlas.getSharedTierRestoreJobs
Explore with Pulumi AI
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:
- Cluster
Name string - Project
Id string
- Cluster
Name string - Project
Id string
- cluster
Name String - project
Id String
- cluster
Name string - project
Id string
- cluster_
name str - project_
id str
- cluster
Name String - project
Id String
getSharedTierRestoreJobs Result
The following output properties are available:
- Cluster
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Results
List<Get
Shared Tier Restore Jobs Result> - Total
Count int
- Cluster
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Results
[]Get
Shared Tier Restore Jobs Result - Total
Count int
- cluster
Name String - id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - results
List<Get
Shared Tier Restore Jobs Result> - total
Count Integer
- cluster
Name string - id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - results
Get
Shared Tier Restore Jobs Result[] - total
Count number
- cluster_
name str - id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - results
Sequence[Get
Shared Tier Restore Jobs Result] - total_
count int
- cluster
Name String - id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - results List<Property Map>
- total
Count Number
Supporting Types
GetSharedTierRestoreJobsResult
- Delivery
Type string - Expiration
Date string - Job
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
- Delivery
Type string - Expiration
Date string - Job
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
- delivery
Type String - expiration
Date String - job
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
- delivery
Type string - expiration
Date string - job
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
- delivery_
type str - expiration_
date str - job_
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
- delivery
Type String - expiration
Date String - job
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
mongodbatlas
Terraform Provider.