MongoDB Atlas v3.16.2 published on Friday, Jun 21, 2024 by Pulumi
mongodbatlas.getSharedTierSnapshots
Explore with Pulumi AI
Using getSharedTierSnapshots
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 getSharedTierSnapshots(args: GetSharedTierSnapshotsArgs, opts?: InvokeOptions): Promise<GetSharedTierSnapshotsResult>
function getSharedTierSnapshotsOutput(args: GetSharedTierSnapshotsOutputArgs, opts?: InvokeOptions): Output<GetSharedTierSnapshotsResult>
def get_shared_tier_snapshots(cluster_name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSharedTierSnapshotsResult
def get_shared_tier_snapshots_output(cluster_name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSharedTierSnapshotsResult]
func LookupSharedTierSnapshots(ctx *Context, args *LookupSharedTierSnapshotsArgs, opts ...InvokeOption) (*LookupSharedTierSnapshotsResult, error)
func LookupSharedTierSnapshotsOutput(ctx *Context, args *LookupSharedTierSnapshotsOutputArgs, opts ...InvokeOption) LookupSharedTierSnapshotsResultOutput
> Note: This function is named LookupSharedTierSnapshots
in the Go SDK.
public static class GetSharedTierSnapshots
{
public static Task<GetSharedTierSnapshotsResult> InvokeAsync(GetSharedTierSnapshotsArgs args, InvokeOptions? opts = null)
public static Output<GetSharedTierSnapshotsResult> Invoke(GetSharedTierSnapshotsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSharedTierSnapshotsResult> getSharedTierSnapshots(GetSharedTierSnapshotsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: mongodbatlas:index/getSharedTierSnapshots:getSharedTierSnapshots
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
getSharedTierSnapshots 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 Snapshots 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 Snapshots 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 Snapshots 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 Snapshots 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 Snapshots 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
GetSharedTierSnapshotsResult
- Expiration string
- Finish
Time string - Mongo
Db stringVersion - Scheduled
Time string - Snapshot
Id string - Start
Time string - Status string
- Expiration string
- Finish
Time string - Mongo
Db stringVersion - Scheduled
Time string - Snapshot
Id string - Start
Time string - Status string
- expiration String
- finish
Time String - mongo
Db StringVersion - scheduled
Time String - snapshot
Id String - start
Time String - status String
- expiration string
- finish
Time string - mongo
Db stringVersion - scheduled
Time string - snapshot
Id string - start
Time string - status string
- expiration str
- finish_
time str - mongo_
db_ strversion - scheduled_
time str - snapshot_
id str - start_
time str - status str
- expiration String
- finish
Time String - mongo
Db StringVersion - scheduled
Time String - snapshot
Id String - start
Time String - status String
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlas
Terraform Provider.