1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. AccountsBackupSchedule
qdrant-cloud 1.6.0 published on Monday, Jul 28, 2025 by qdrant

qdrant-cloud.AccountsBackupSchedule

Explore with Pulumi AI

qdrant-cloud logo
qdrant-cloud 1.6.0 published on Monday, Jul 28, 2025 by qdrant

    Backup Schedule Resource

    Create AccountsBackupSchedule Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AccountsBackupSchedule(name: string, args: AccountsBackupScheduleArgs, opts?: CustomResourceOptions);
    @overload
    def AccountsBackupSchedule(resource_name: str,
                               args: AccountsBackupScheduleArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def AccountsBackupSchedule(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               cluster_id: Optional[str] = None,
                               cron_expression: Optional[str] = None,
                               account_id: Optional[str] = None,
                               retention_period: Optional[str] = None)
    func NewAccountsBackupSchedule(ctx *Context, name string, args AccountsBackupScheduleArgs, opts ...ResourceOption) (*AccountsBackupSchedule, error)
    public AccountsBackupSchedule(string name, AccountsBackupScheduleArgs args, CustomResourceOptions? opts = null)
    public AccountsBackupSchedule(String name, AccountsBackupScheduleArgs args)
    public AccountsBackupSchedule(String name, AccountsBackupScheduleArgs args, CustomResourceOptions options)
    
    type: qdrant-cloud:AccountsBackupSchedule
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AccountsBackupScheduleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AccountsBackupScheduleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AccountsBackupScheduleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AccountsBackupScheduleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AccountsBackupScheduleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var accountsBackupScheduleResource = new QdrantCloud.AccountsBackupSchedule("accountsBackupScheduleResource", new()
    {
        ClusterId = "string",
        CronExpression = "string",
        AccountId = "string",
        RetentionPeriod = "string",
    });
    
    example, err := qdrantcloud.NewAccountsBackupSchedule(ctx, "accountsBackupScheduleResource", &qdrantcloud.AccountsBackupScheduleArgs{
    	ClusterId:       pulumi.String("string"),
    	CronExpression:  pulumi.String("string"),
    	AccountId:       pulumi.String("string"),
    	RetentionPeriod: pulumi.String("string"),
    })
    
    var accountsBackupScheduleResource = new AccountsBackupSchedule("accountsBackupScheduleResource", AccountsBackupScheduleArgs.builder()
        .clusterId("string")
        .cronExpression("string")
        .accountId("string")
        .retentionPeriod("string")
        .build());
    
    accounts_backup_schedule_resource = qdrant_cloud.AccountsBackupSchedule("accountsBackupScheduleResource",
        cluster_id="string",
        cron_expression="string",
        account_id="string",
        retention_period="string")
    
    const accountsBackupScheduleResource = new qdrant_cloud.AccountsBackupSchedule("accountsBackupScheduleResource", {
        clusterId: "string",
        cronExpression: "string",
        accountId: "string",
        retentionPeriod: "string",
    });
    
    type: qdrant-cloud:AccountsBackupSchedule
    properties:
        accountId: string
        clusterId: string
        cronExpression: string
        retentionPeriod: string
    

    AccountsBackupSchedule Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AccountsBackupSchedule resource accepts the following input properties:

    ClusterId string
    Backup Schedule Schema Cluster ID field
    CronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    AccountId string
    Backup Schedule Schema Account ID field
    RetentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    ClusterId string
    Backup Schedule Schema Cluster ID field
    CronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    AccountId string
    Backup Schedule Schema Account ID field
    RetentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    clusterId String
    Backup Schedule Schema Cluster ID field
    cronExpression String
    Backup Schedule Schema Cron expression for the schedule field
    accountId String
    Backup Schedule Schema Account ID field
    retentionPeriod String
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    clusterId string
    Backup Schedule Schema Cluster ID field
    cronExpression string
    Backup Schedule Schema Cron expression for the schedule field
    accountId string
    Backup Schedule Schema Account ID field
    retentionPeriod string
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    cluster_id str
    Backup Schedule Schema Cluster ID field
    cron_expression str
    Backup Schedule Schema Cron expression for the schedule field
    account_id str
    Backup Schedule Schema Account ID field
    retention_period str
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
    clusterId String
    Backup Schedule Schema Cluster ID field
    cronExpression String
    Backup Schedule Schema Cron expression for the schedule field
    accountId String
    Backup Schedule Schema Account ID field
    retentionPeriod String
    Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AccountsBackupSchedule resource produces the following output properties:

    CreatedAt string
    Backup Schedule Schema Creation time field
    DeletedAt string
    Backup Schedule Schema Deletion time field
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Backup Schedule Schema Status field
    CreatedAt string
    Backup Schedule Schema Creation time field
    DeletedAt string
    Backup Schedule Schema Deletion time field
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Backup Schedule Schema Status field
    createdAt String
    Backup Schedule Schema Creation time field
    deletedAt String
    Backup Schedule Schema Deletion time field
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    Backup Schedule Schema Status field
    createdAt string
    Backup Schedule Schema Creation time field
    deletedAt string
    Backup Schedule Schema Deletion time field
    id string
    The provider-assigned unique ID for this managed resource.
    status string
    Backup Schedule Schema Status field
    created_at str
    Backup Schedule Schema Creation time field
    deleted_at str
    Backup Schedule Schema Deletion time field
    id str
    The provider-assigned unique ID for this managed resource.
    status str
    Backup Schedule Schema Status field
    createdAt String
    Backup Schedule Schema Creation time field
    deletedAt String
    Backup Schedule Schema Deletion time field
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    Backup Schedule Schema Status field

    Look up Existing AccountsBackupSchedule Resource

    Get an existing AccountsBackupSchedule resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AccountsBackupScheduleState, opts?: CustomResourceOptions): AccountsBackupSchedule
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            cluster_id: Optional[str] = None,
            created_at: Optional[str] = None,
            cron_expression: Optional[str] = None,
            deleted_at: Optional[str] = None,
            retention_period: Optional[str] = None,
            status: Optional[str] = None) -> AccountsBackupSchedule
    func GetAccountsBackupSchedule(ctx *Context, name string, id IDInput, state *AccountsBackupScheduleState, opts ...ResourceOption) (*AccountsBackupSchedule, error)
    public static AccountsBackupSchedule Get(string name, Input<string> id, AccountsBackupScheduleState? state, CustomResourceOptions? opts = null)
    public static AccountsBackupSchedule get(String name, Output<String> id, AccountsBackupScheduleState state, CustomResourceOptions options)
    resources:  _:    type: qdrant-cloud:AccountsBackupSchedule    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    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
    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
    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
    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
    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
    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
    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.6.0 published on Monday, Jul 28, 2025 by qdrant