qdrant-cloud.AccountsBackupSchedule
Explore with Pulumi AI
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:
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Account
Id string - Backup Schedule Schema Account ID field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Account
Id string - Backup Schedule Schema Account ID field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- account
Id String - Backup Schedule Schema Account ID field
- retention
Period String - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- cluster
Id string - Backup Schedule Schema Cluster ID field
- cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- account
Id string - Backup Schedule Schema Account ID field
- retention
Period 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
- cluster
Id String - Backup Schedule Schema Cluster ID field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- account
Id String - Backup Schedule Schema Account ID field
- retention
Period 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:
- 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
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.
- Account
Id string - Backup Schedule Schema Account ID field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Created
At string - Backup Schedule Schema Creation time field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Deleted
At string - Backup Schedule Schema Deletion time field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- Status string
- Backup Schedule Schema Status field
- Account
Id string - Backup Schedule Schema Account ID field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Created
At string - Backup Schedule Schema Creation time field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Deleted
At string - Backup Schedule Schema Deletion time field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- Status string
- Backup Schedule Schema Status field
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- created
At String - Backup Schedule Schema Creation time field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- deleted
At String - Backup Schedule Schema Deletion time field
- retention
Period String - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- status String
- Backup Schedule Schema Status field
- account
Id string - Backup Schedule Schema Account ID field
- cluster
Id string - Backup Schedule Schema Cluster ID field
- created
At string - Backup Schedule Schema Creation time field
- cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- deleted
At string - Backup Schedule Schema Deletion time field
- retention
Period 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
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- created
At String - Backup Schedule Schema Creation time field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- deleted
At String - Backup Schedule Schema Deletion time field
- retention
Period 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.