1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. getAccountsBackupSchedule
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

qdrant-cloud.getAccountsBackupSchedule

Explore with Pulumi AI

qdrant-cloud logo
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

    Backup Schedule Data Source

    Using getAccountsBackupSchedule

    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 getAccountsBackupSchedule(args: GetAccountsBackupScheduleArgs, opts?: InvokeOptions): Promise<GetAccountsBackupScheduleResult>
    function getAccountsBackupScheduleOutput(args: GetAccountsBackupScheduleOutputArgs, opts?: InvokeOptions): Output<GetAccountsBackupScheduleResult>
    def get_accounts_backup_schedule(id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetAccountsBackupScheduleResult
    def get_accounts_backup_schedule_output(id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetAccountsBackupScheduleResult]
    func LookupAccountsBackupSchedule(ctx *Context, args *LookupAccountsBackupScheduleArgs, opts ...InvokeOption) (*LookupAccountsBackupScheduleResult, error)
    func LookupAccountsBackupScheduleOutput(ctx *Context, args *LookupAccountsBackupScheduleOutputArgs, opts ...InvokeOption) LookupAccountsBackupScheduleResultOutput

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

    public static class GetAccountsBackupSchedule 
    {
        public static Task<GetAccountsBackupScheduleResult> InvokeAsync(GetAccountsBackupScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountsBackupScheduleResult> Invoke(GetAccountsBackupScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountsBackupScheduleResult> getAccountsBackupSchedule(GetAccountsBackupScheduleArgs args, InvokeOptions options)
    public static Output<GetAccountsBackupScheduleResult> getAccountsBackupSchedule(GetAccountsBackupScheduleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: qdrant-cloud:index/getAccountsBackupSchedule:getAccountsBackupSchedule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Backup Schedule Schema ID field
    Id string
    Backup Schedule Schema ID field
    id String
    Backup Schedule Schema ID field
    id string
    Backup Schedule Schema ID field
    id str
    Backup Schedule Schema ID field
    id String
    Backup Schedule Schema ID field

    getAccountsBackupSchedule Result

    The following output properties are available:

    AccountId string
    Backup Schedule Schema Account ID field
    ClusterId string
    Backup Schedule Schema Cluster ID field
    CreatedAt string
    Backup Schedule Schema Creation time field
    CronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    DeletedAt string
    Backup Schedule Schema Deletion time field
    Id string
    Backup Schedule Schema ID field
    RetentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    Status string
    Backup Schedule Schema Status field
    AccountId string
    Backup Schedule Schema Account ID field
    ClusterId string
    Backup Schedule Schema Cluster ID field
    CreatedAt string
    Backup Schedule Schema Creation time field
    CronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    DeletedAt string
    Backup Schedule Schema Deletion time field
    Id string
    Backup Schedule Schema ID field
    RetentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    Status string
    Backup Schedule Schema Status field
    accountId String
    Backup Schedule Schema Account ID field
    clusterId String
    Backup Schedule Schema Cluster ID field
    createdAt String
    Backup Schedule Schema Creation time field
    cronExpression String
    Backup Schedule Schema Cron expression for the schedule field
    deletedAt String
    Backup Schedule Schema Deletion time field
    id String
    Backup Schedule Schema ID field
    retentionPeriod String
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    status String
    Backup Schedule Schema Status field
    accountId string
    Backup Schedule Schema Account ID field
    clusterId string
    Backup Schedule Schema Cluster ID field
    createdAt string
    Backup Schedule Schema Creation time field
    cronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    deletedAt string
    Backup Schedule Schema Deletion time field
    id string
    Backup Schedule Schema ID field
    retentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    status string
    Backup Schedule Schema Status field
    account_id str
    Backup Schedule Schema Account ID field
    cluster_id str
    Backup Schedule Schema Cluster ID field
    created_at str
    Backup Schedule Schema Creation time field
    cron_expression str
    Backup Schedule Schema Cron expression for the schedule field
    deleted_at str
    Backup Schedule Schema Deletion time field
    id str
    Backup Schedule Schema ID field
    retention_period str
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    status str
    Backup Schedule Schema Status field
    accountId String
    Backup Schedule Schema Account ID field
    clusterId String
    Backup Schedule Schema Cluster ID field
    createdAt String
    Backup Schedule Schema Creation time field
    cronExpression String
    Backup Schedule Schema Cron expression for the schedule field
    deletedAt String
    Backup Schedule Schema Deletion time field
    id String
    Backup Schedule Schema ID field
    retentionPeriod String
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    status String
    Backup Schedule Schema Status field

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    qdrant-cloud logo
    qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant