Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
This data source provides Dbfs Auto Snap Shot Policy available to the user.What is Auto Snap Shot Policy
NOTE: Available in 1.202.0+
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const _default = alicloud.databasefilesystem.getAutoSnapShotPolicies({
ids: [defaultAlicloudDbfsAutoSnapShotPolicy.id],
});
export const alicloudDbfsAutoSnapShotPolicyExampleId = _default.then(_default => _default.autoSnapShotPolicies?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.databasefilesystem.get_auto_snap_shot_policies(ids=[default_alicloud_dbfs_auto_snap_shot_policy["id"]])
pulumi.export("alicloudDbfsAutoSnapShotPolicyExampleId", default.auto_snap_shot_policies[0].id)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/databasefilesystem"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_default, err := databasefilesystem.GetAutoSnapShotPolicies(ctx, &databasefilesystem.GetAutoSnapShotPoliciesArgs{
Ids: interface{}{
defaultAlicloudDbfsAutoSnapShotPolicy.Id,
},
}, nil);
if err != nil {
return err
}
ctx.Export("alicloudDbfsAutoSnapShotPolicyExampleId", _default.AutoSnapShotPolicies[0].Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var @default = AliCloud.DatabaseFilesystem.GetAutoSnapShotPolicies.Invoke(new()
{
Ids = new[]
{
defaultAlicloudDbfsAutoSnapShotPolicy.Id,
},
});
return new Dictionary<string, object?>
{
["alicloudDbfsAutoSnapShotPolicyExampleId"] = @default.Apply(@default => @default.Apply(getAutoSnapShotPoliciesResult => getAutoSnapShotPoliciesResult.AutoSnapShotPolicies[0]?.Id)),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.databasefilesystem.DatabasefilesystemFunctions;
import com.pulumi.alicloud.databasefilesystem.inputs.GetAutoSnapShotPoliciesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = DatabasefilesystemFunctions.getAutoSnapShotPolicies(GetAutoSnapShotPoliciesArgs.builder()
.ids(defaultAlicloudDbfsAutoSnapShotPolicy.id())
.build());
ctx.export("alicloudDbfsAutoSnapShotPolicyExampleId", default_.autoSnapShotPolicies()[0].id());
}
}
variables:
default:
fn::invoke:
function: alicloud:databasefilesystem:getAutoSnapShotPolicies
arguments:
ids:
- ${defaultAlicloudDbfsAutoSnapShotPolicy.id}
outputs:
alicloudDbfsAutoSnapShotPolicyExampleId: ${default.autoSnapShotPolicies[0].id}
Using getAutoSnapShotPolicies
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 getAutoSnapShotPolicies(args: GetAutoSnapShotPoliciesArgs, opts?: InvokeOptions): Promise<GetAutoSnapShotPoliciesResult>
function getAutoSnapShotPoliciesOutput(args: GetAutoSnapShotPoliciesOutputArgs, opts?: InvokeOptions): Output<GetAutoSnapShotPoliciesResult>def get_auto_snap_shot_policies(ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
page_number: Optional[int] = None,
page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAutoSnapShotPoliciesResult
def get_auto_snap_shot_policies_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
page_number: Optional[pulumi.Input[int]] = None,
page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutoSnapShotPoliciesResult]func GetAutoSnapShotPolicies(ctx *Context, args *GetAutoSnapShotPoliciesArgs, opts ...InvokeOption) (*GetAutoSnapShotPoliciesResult, error)
func GetAutoSnapShotPoliciesOutput(ctx *Context, args *GetAutoSnapShotPoliciesOutputArgs, opts ...InvokeOption) GetAutoSnapShotPoliciesResultOutput> Note: This function is named GetAutoSnapShotPolicies in the Go SDK.
public static class GetAutoSnapShotPolicies
{
public static Task<GetAutoSnapShotPoliciesResult> InvokeAsync(GetAutoSnapShotPoliciesArgs args, InvokeOptions? opts = null)
public static Output<GetAutoSnapShotPoliciesResult> Invoke(GetAutoSnapShotPoliciesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAutoSnapShotPoliciesResult> getAutoSnapShotPolicies(GetAutoSnapShotPoliciesArgs args, InvokeOptions options)
public static Output<GetAutoSnapShotPoliciesResult> getAutoSnapShotPolicies(GetAutoSnapShotPoliciesArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:databasefilesystem/getAutoSnapShotPolicies:getAutoSnapShotPolicies
arguments:
# arguments dictionaryThe following arguments are supported:
- Ids List<string>
- A list of Auto Snap Shot Policy IDs.
- Name
Regex string - A regex string to filter results by Auto Snap Shot Policy name.
- Output
File string - File name where to save data source results (after running
pulumi preview). - Page
Number int - Page
Size int
- Ids []string
- A list of Auto Snap Shot Policy IDs.
- Name
Regex string - A regex string to filter results by Auto Snap Shot Policy name.
- Output
File string - File name where to save data source results (after running
pulumi preview). - Page
Number int - Page
Size int
- ids List<String>
- A list of Auto Snap Shot Policy IDs.
- name
Regex String - A regex string to filter results by Auto Snap Shot Policy name.
- output
File String - File name where to save data source results (after running
pulumi preview). - page
Number Integer - page
Size Integer
- ids string[]
- A list of Auto Snap Shot Policy IDs.
- name
Regex string - A regex string to filter results by Auto Snap Shot Policy name.
- output
File string - File name where to save data source results (after running
pulumi preview). - page
Number number - page
Size number
- ids Sequence[str]
- A list of Auto Snap Shot Policy IDs.
- name_
regex str - A regex string to filter results by Auto Snap Shot Policy name.
- output_
file str - File name where to save data source results (after running
pulumi preview). - page_
number int - page_
size int
- ids List<String>
- A list of Auto Snap Shot Policy IDs.
- name
Regex String - A regex string to filter results by Auto Snap Shot Policy name.
- output
File String - File name where to save data source results (after running
pulumi preview). - page
Number Number - page
Size Number
getAutoSnapShotPolicies Result
The following output properties are available:
- Auto
Snap List<Pulumi.Shot Policies Ali Cloud. Database Filesystem. Outputs. Get Auto Snap Shot Policies Auto Snap Shot Policy> - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Auto Snap Shot Policy IDs.
- Names List<string>
- A list of Auto Snap Shot Policy names.
- Name
Regex string - Output
File string - Page
Number int - Page
Size int
- Auto
Snap []GetShot Policies Auto Snap Shot Policies Auto Snap Shot Policy - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Auto Snap Shot Policy IDs.
- Names []string
- A list of Auto Snap Shot Policy names.
- Name
Regex string - Output
File string - Page
Number int - Page
Size int
- auto
Snap List<GetShot Policies Auto Snap Shot Policies Auto Snap Shot Policy> - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Auto Snap Shot Policy IDs.
- names List<String>
- A list of Auto Snap Shot Policy names.
- name
Regex String - output
File String - page
Number Integer - page
Size Integer
- auto
Snap GetShot Policies Auto Snap Shot Policies Auto Snap Shot Policy[] - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Auto Snap Shot Policy IDs.
- names string[]
- A list of Auto Snap Shot Policy names.
- name
Regex string - output
File string - page
Number number - page
Size number
- auto_
snap_ Sequence[Getshot_ policies Auto Snap Shot Policies Auto Snap Shot Policy] - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Auto Snap Shot Policy IDs.
- names Sequence[str]
- A list of Auto Snap Shot Policy names.
- name_
regex str - output_
file str - page_
number int - page_
size int
- auto
Snap List<Property Map>Shot Policies - A list of Auto Snap Shot Policy Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Auto Snap Shot Policy IDs.
- names List<String>
- A list of Auto Snap Shot Policy names.
- name
Regex String - output
File String - page
Number Number - page
Size Number
Supporting Types
GetAutoSnapShotPoliciesAutoSnapShotPolicy
- Applied
Dbfs intNumber - The number of database file systems set by the automatic snapshot policy.
- Create
Time string - The creation time of the resource
- Id string
- The ID of the policy.
- Last
Modified string - Last modification time of automatic snapshot policy
- Policy
Id string - Automatic snapshot policy ID
- Policy
Name string - Automatic snapshot policy name
- Repeat
Weekdays List<string> - A collection of automatic snapshots performed on several days of the week.
- Retention
Days int - Automatic snapshot retention days
- Status string
- Automatic snapshot policy status
- Status
Detail string - Automatic snapshot policy status details
- Time
Points List<string> - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
- Applied
Dbfs intNumber - The number of database file systems set by the automatic snapshot policy.
- Create
Time string - The creation time of the resource
- Id string
- The ID of the policy.
- Last
Modified string - Last modification time of automatic snapshot policy
- Policy
Id string - Automatic snapshot policy ID
- Policy
Name string - Automatic snapshot policy name
- Repeat
Weekdays []string - A collection of automatic snapshots performed on several days of the week.
- Retention
Days int - Automatic snapshot retention days
- Status string
- Automatic snapshot policy status
- Status
Detail string - Automatic snapshot policy status details
- Time
Points []string - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
- applied
Dbfs IntegerNumber - The number of database file systems set by the automatic snapshot policy.
- create
Time String - The creation time of the resource
- id String
- The ID of the policy.
- last
Modified String - Last modification time of automatic snapshot policy
- policy
Id String - Automatic snapshot policy ID
- policy
Name String - Automatic snapshot policy name
- repeat
Weekdays List<String> - A collection of automatic snapshots performed on several days of the week.
- retention
Days Integer - Automatic snapshot retention days
- status String
- Automatic snapshot policy status
- status
Detail String - Automatic snapshot policy status details
- time
Points List<String> - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
- applied
Dbfs numberNumber - The number of database file systems set by the automatic snapshot policy.
- create
Time string - The creation time of the resource
- id string
- The ID of the policy.
- last
Modified string - Last modification time of automatic snapshot policy
- policy
Id string - Automatic snapshot policy ID
- policy
Name string - Automatic snapshot policy name
- repeat
Weekdays string[] - A collection of automatic snapshots performed on several days of the week.
- retention
Days number - Automatic snapshot retention days
- status string
- Automatic snapshot policy status
- status
Detail string - Automatic snapshot policy status details
- time
Points string[] - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
- applied_
dbfs_ intnumber - The number of database file systems set by the automatic snapshot policy.
- create_
time str - The creation time of the resource
- id str
- The ID of the policy.
- last_
modified str - Last modification time of automatic snapshot policy
- policy_
id str - Automatic snapshot policy ID
- policy_
name str - Automatic snapshot policy name
- repeat_
weekdays Sequence[str] - A collection of automatic snapshots performed on several days of the week.
- retention_
days int - Automatic snapshot retention days
- status str
- Automatic snapshot policy status
- status_
detail str - Automatic snapshot policy status details
- time_
points Sequence[str] - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
- applied
Dbfs NumberNumber - The number of database file systems set by the automatic snapshot policy.
- create
Time String - The creation time of the resource
- id String
- The ID of the policy.
- last
Modified String - Last modification time of automatic snapshot policy
- policy
Id String - Automatic snapshot policy ID
- policy
Name String - Automatic snapshot policy name
- repeat
Weekdays List<String> - A collection of automatic snapshots performed on several days of the week.
- retention
Days Number - Automatic snapshot retention days
- status String
- Automatic snapshot policy status
- status
Detail String - Automatic snapshot policy status details
- time
Points List<String> - The set of times at which the snapshot is taken on the day the automatic snapshot is executed.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.
Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
