alicloud.ecs.getAutoSnapshotPolicies
Explore with Pulumi AI
This data source provides the Ecs Auto Snapshot Policies of the current Alibaba Cloud user.
NOTE: Available in v1.117.0+.
Example Usage
Basic Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var example = AliCloud.Ecs.GetAutoSnapshotPolicies.Invoke(new()
{
Ids = new[]
{
"sp-bp14e66xxxxxxxx",
},
NameRegex = "tf-testAcc",
});
return new Dictionary<string, object?>
{
["firstEcsAutoSnapshotPolicyId"] = example.Apply(getAutoSnapshotPoliciesResult => getAutoSnapshotPoliciesResult.Policies[0]?.Id),
};
});
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/ecs"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := ecs.GetAutoSnapshotPolicies(ctx, &ecs.GetAutoSnapshotPoliciesArgs{
Ids: []string{
"sp-bp14e66xxxxxxxx",
},
NameRegex: pulumi.StringRef("tf-testAcc"),
}, nil)
if err != nil {
return err
}
ctx.Export("firstEcsAutoSnapshotPolicyId", example.Policies[0].Id)
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.ecs.EcsFunctions;
import com.pulumi.alicloud.ecs.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 example = EcsFunctions.getAutoSnapshotPolicies(GetAutoSnapshotPoliciesArgs.builder()
.ids("sp-bp14e66xxxxxxxx")
.nameRegex("tf-testAcc")
.build());
ctx.export("firstEcsAutoSnapshotPolicyId", example.applyValue(getAutoSnapshotPoliciesResult -> getAutoSnapshotPoliciesResult.policies()[0].id()));
}
}
import pulumi
import pulumi_alicloud as alicloud
example = alicloud.ecs.get_auto_snapshot_policies(ids=["sp-bp14e66xxxxxxxx"],
name_regex="tf-testAcc")
pulumi.export("firstEcsAutoSnapshotPolicyId", example.policies[0].id)
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const example = alicloud.ecs.getAutoSnapshotPolicies({
ids: ["sp-bp14e66xxxxxxxx"],
nameRegex: "tf-testAcc",
});
export const firstEcsAutoSnapshotPolicyId = example.then(example => example.policies?.[0]?.id);
variables:
example:
fn::invoke:
Function: alicloud:ecs:getAutoSnapshotPolicies
Arguments:
ids:
- sp-bp14e66xxxxxxxx
nameRegex: tf-testAcc
outputs:
firstEcsAutoSnapshotPolicyId: ${example.policies[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_snapshot_policies(ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, Any]] = None,
opts: Optional[InvokeOptions] = None) -> GetAutoSnapshotPoliciesResult
def get_auto_snapshot_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,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, Any]]] = 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:ecs/getAutoSnapshotPolicies:getAutoSnapshotPolicies
arguments:
# arguments dictionary
The following arguments are supported:
- Ids List<string>
A list of Auto Snapshot Policy IDs.
- Name
Regex string A regex string to filter results by Auto Snapshot Policy name.
- Output
File string File name where to save data source results (after running
pulumi preview
).- Status string
The status of Auto Snapshot Policy.
- Dictionary<string, object>
A mapping of tags to assign to the resource.
- Ids []string
A list of Auto Snapshot Policy IDs.
- Name
Regex string A regex string to filter results by Auto Snapshot Policy name.
- Output
File string File name where to save data source results (after running
pulumi preview
).- Status string
The status of Auto Snapshot Policy.
- map[string]interface{}
A mapping of tags to assign to the resource.
- ids List<String>
A list of Auto Snapshot Policy IDs.
- name
Regex String A regex string to filter results by Auto Snapshot Policy name.
- output
File String File name where to save data source results (after running
pulumi preview
).- status String
The status of Auto Snapshot Policy.
- Map<String,Object>
A mapping of tags to assign to the resource.
- ids string[]
A list of Auto Snapshot Policy IDs.
- name
Regex string A regex string to filter results by Auto Snapshot Policy name.
- output
File string File name where to save data source results (after running
pulumi preview
).- status string
The status of Auto Snapshot Policy.
- {[key: string]: any}
A mapping of tags to assign to the resource.
- ids Sequence[str]
A list of Auto Snapshot Policy IDs.
- name_
regex str A regex string to filter results by Auto Snapshot Policy name.
- output_
file str File name where to save data source results (after running
pulumi preview
).- status str
The status of Auto Snapshot Policy.
- Mapping[str, Any]
A mapping of tags to assign to the resource.
- ids List<String>
A list of Auto Snapshot Policy IDs.
- name
Regex String A regex string to filter results by Auto Snapshot Policy name.
- output
File String File name where to save data source results (after running
pulumi preview
).- status String
The status of Auto Snapshot Policy.
- Map<Any>
A mapping of tags to assign to the resource.
getAutoSnapshotPolicies Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Names List<string>
- Policies
List<Pulumi.
Ali Cloud. Ecs. Outputs. Get Auto Snapshot Policies Policy> - Name
Regex string - Output
File string - Status string
- Dictionary<string, object>
- Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Names []string
- Policies
[]Get
Auto Snapshot Policies Policy - Name
Regex string - Output
File string - Status string
- map[string]interface{}
- id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- names List<String>
- policies
List<Get
Auto Snapshot Policies Policy> - name
Regex String - output
File String - status String
- Map<String,Object>
- id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- names string[]
- policies
Get
Auto Snapshot Policies Policy[] - name
Regex string - output
File string - status string
- {[key: string]: any}
- id str
The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- names Sequence[str]
- policies
Sequence[Get
Auto Snapshot Policies Policy] - name_
regex str - output_
file str - status str
- Mapping[str, Any]
- id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- names List<String>
- policies List<Property Map>
- name
Regex String - output
File String - status String
- Map<Any>
Supporting Types
GetAutoSnapshotPoliciesPolicy
- Auto
Snapshot stringPolicy Id The ID of the Auto Snapshot Policy.
- Copied
Snapshots intRetention Days The retention period of the snapshot copied across regions.
- Disk
Nums int The number of disks to which the automatic snapshot policy is applied.
- Enable
Cross boolRegion Copy Specifies whether to enable the system to automatically copy snapshots across regions.
- Id string
The ID of the Auto Snapshot Policy.
- Name string
The snapshot policy name..
- Repeat
Weekdays List<string> The automatic snapshot repetition dates.
- Retention
Days int The snapshot retention time, and the unit of measurement is day.
- Status string
The status of Auto Snapshot Policy.
- Dictionary<string, object>
A mapping of tags to assign to the resource.
- Target
Copy List<string>Regions The destination region to which the snapshot is copied.
- Time
Points List<string> The automatic snapshot creation schedule, and the unit of measurement is hour.
- int
The number of extended volumes on which this policy is enabled.
- Auto
Snapshot stringPolicy Id The ID of the Auto Snapshot Policy.
- Copied
Snapshots intRetention Days The retention period of the snapshot copied across regions.
- Disk
Nums int The number of disks to which the automatic snapshot policy is applied.
- Enable
Cross boolRegion Copy Specifies whether to enable the system to automatically copy snapshots across regions.
- Id string
The ID of the Auto Snapshot Policy.
- Name string
The snapshot policy name..
- Repeat
Weekdays []string The automatic snapshot repetition dates.
- Retention
Days int The snapshot retention time, and the unit of measurement is day.
- Status string
The status of Auto Snapshot Policy.
- map[string]interface{}
A mapping of tags to assign to the resource.
- Target
Copy []stringRegions The destination region to which the snapshot is copied.
- Time
Points []string The automatic snapshot creation schedule, and the unit of measurement is hour.
- int
The number of extended volumes on which this policy is enabled.
- auto
Snapshot StringPolicy Id The ID of the Auto Snapshot Policy.
- copied
Snapshots IntegerRetention Days The retention period of the snapshot copied across regions.
- disk
Nums Integer The number of disks to which the automatic snapshot policy is applied.
- enable
Cross BooleanRegion Copy Specifies whether to enable the system to automatically copy snapshots across regions.
- id String
The ID of the Auto Snapshot Policy.
- name String
The snapshot policy name..
- repeat
Weekdays List<String> The automatic snapshot repetition dates.
- retention
Days Integer The snapshot retention time, and the unit of measurement is day.
- status String
The status of Auto Snapshot Policy.
- Map<String,Object>
A mapping of tags to assign to the resource.
- target
Copy List<String>Regions The destination region to which the snapshot is copied.
- time
Points List<String> The automatic snapshot creation schedule, and the unit of measurement is hour.
- Integer
The number of extended volumes on which this policy is enabled.
- auto
Snapshot stringPolicy Id The ID of the Auto Snapshot Policy.
- copied
Snapshots numberRetention Days The retention period of the snapshot copied across regions.
- disk
Nums number The number of disks to which the automatic snapshot policy is applied.
- enable
Cross booleanRegion Copy Specifies whether to enable the system to automatically copy snapshots across regions.
- id string
The ID of the Auto Snapshot Policy.
- name string
The snapshot policy name..
- repeat
Weekdays string[] The automatic snapshot repetition dates.
- retention
Days number The snapshot retention time, and the unit of measurement is day.
- status string
The status of Auto Snapshot Policy.
- {[key: string]: any}
A mapping of tags to assign to the resource.
- target
Copy string[]Regions The destination region to which the snapshot is copied.
- time
Points string[] The automatic snapshot creation schedule, and the unit of measurement is hour.
- number
The number of extended volumes on which this policy is enabled.
- auto_
snapshot_ strpolicy_ id The ID of the Auto Snapshot Policy.
- copied_
snapshots_ intretention_ days The retention period of the snapshot copied across regions.
- disk_
nums int The number of disks to which the automatic snapshot policy is applied.
- enable_
cross_ boolregion_ copy Specifies whether to enable the system to automatically copy snapshots across regions.
- id str
The ID of the Auto Snapshot Policy.
- name str
The snapshot policy name..
- repeat_
weekdays Sequence[str] The automatic snapshot repetition dates.
- retention_
days int The snapshot retention time, and the unit of measurement is day.
- status str
The status of Auto Snapshot Policy.
- Mapping[str, Any]
A mapping of tags to assign to the resource.
- target_
copy_ Sequence[str]regions The destination region to which the snapshot is copied.
- time_
points Sequence[str] The automatic snapshot creation schedule, and the unit of measurement is hour.
- volume_
nums int The number of extended volumes on which this policy is enabled.
- auto
Snapshot StringPolicy Id The ID of the Auto Snapshot Policy.
- copied
Snapshots NumberRetention Days The retention period of the snapshot copied across regions.
- disk
Nums Number The number of disks to which the automatic snapshot policy is applied.
- enable
Cross BooleanRegion Copy Specifies whether to enable the system to automatically copy snapshots across regions.
- id String
The ID of the Auto Snapshot Policy.
- name String
The snapshot policy name..
- repeat
Weekdays List<String> The automatic snapshot repetition dates.
- retention
Days Number The snapshot retention time, and the unit of measurement is day.
- status String
The status of Auto Snapshot Policy.
- Map<Any>
A mapping of tags to assign to the resource.
- target
Copy List<String>Regions The destination region to which the snapshot is copied.
- time
Points List<String> The automatic snapshot creation schedule, and the unit of measurement is hour.
- Number
The number of extended volumes on which this policy is enabled.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.