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

mongodbatlas.getSharedTierSnapshots

Explore with Pulumi AI

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

    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:

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

    getSharedTierSnapshots Result

    The following output properties are available:

    ClusterName string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    Results List<GetSharedTierSnapshotsResult>
    TotalCount int
    ClusterName string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    Results []GetSharedTierSnapshotsResult
    TotalCount int
    clusterName String
    id String
    The provider-assigned unique ID for this managed resource.
    projectId String
    results List<GetSharedTierSnapshotsResult>
    totalCount Integer
    clusterName string
    id string
    The provider-assigned unique ID for this managed resource.
    projectId string
    results GetSharedTierSnapshotsResult[]
    totalCount number
    cluster_name str
    id str
    The provider-assigned unique ID for this managed resource.
    project_id str
    results Sequence[GetSharedTierSnapshotsResult]
    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

    GetSharedTierSnapshotsResult

    Expiration string
    FinishTime string
    MongoDbVersion string
    ScheduledTime string
    SnapshotId string
    StartTime string
    Status string
    Expiration string
    FinishTime string
    MongoDbVersion string
    ScheduledTime string
    SnapshotId string
    StartTime string
    Status string
    expiration String
    finishTime String
    mongoDbVersion String
    scheduledTime String
    snapshotId String
    startTime String
    status String
    expiration string
    finishTime string
    mongoDbVersion string
    scheduledTime string
    snapshotId string
    startTime string
    status string
    expiration String
    finishTime String
    mongoDbVersion String
    scheduledTime String
    snapshotId String
    startTime 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.
    mongodbatlas logo
    MongoDB Atlas v3.14.3 published on Monday, Apr 1, 2024 by Pulumi