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 Sag Acls available to the user.
NOTE: Available in 1.60.0+
NOTE: Only the following regions support create Cloud Connect Network. [
cn-shanghai,cn-shanghai-finance-1,cn-hongkong,ap-southeast-1,ap-southeast-3,ap-southeast-5,ap-northeast-1,eu-central-1]
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const _default = alicloud.sag.getAcls({
ids: [defaultAlicloudSagAcls.id],
nameRegex: "^tf-testAcc.*",
});
const defaultAcl = new alicloud.sag.Acl("default", {name: "tf-testAccSagAclName"});
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.sag.get_acls(ids=[default_alicloud_sag_acls["id"]],
name_regex="^tf-testAcc.*")
default_acl = alicloud.sag.Acl("default", name="tf-testAccSagAclName")
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/sag"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sag.GetAcls(ctx, &sag.GetAclsArgs{
Ids: interface{}{
defaultAlicloudSagAcls.Id,
},
NameRegex: pulumi.StringRef("^tf-testAcc.*"),
}, nil);
if err != nil {
return err
}
_, err = sag.NewAcl(ctx, "default", &sag.AclArgs{
Name: pulumi.String("tf-testAccSagAclName"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var @default = AliCloud.Sag.GetAcls.Invoke(new()
{
Ids = new[]
{
defaultAlicloudSagAcls.Id,
},
NameRegex = "^tf-testAcc.*",
});
var defaultAcl = new AliCloud.Sag.Acl("default", new()
{
Name = "tf-testAccSagAclName",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.sag.SagFunctions;
import com.pulumi.alicloud.sag.inputs.GetAclsArgs;
import com.pulumi.alicloud.sag.Acl;
import com.pulumi.alicloud.sag.AclArgs;
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 = SagFunctions.getAcls(GetAclsArgs.builder()
.ids(defaultAlicloudSagAcls.id())
.nameRegex("^tf-testAcc.*")
.build());
var defaultAcl = new Acl("defaultAcl", AclArgs.builder()
.name("tf-testAccSagAclName")
.build());
}
}
resources:
defaultAcl:
type: alicloud:sag:Acl
name: default
properties:
name: tf-testAccSagAclName
variables:
default:
fn::invoke:
function: alicloud:sag:getAcls
arguments:
ids:
- ${defaultAlicloudSagAcls.id}
nameRegex: ^tf-testAcc.*
Using getAcls
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 getAcls(args: GetAclsArgs, opts?: InvokeOptions): Promise<GetAclsResult>
function getAclsOutput(args: GetAclsOutputArgs, opts?: InvokeOptions): Output<GetAclsResult>def get_acls(ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAclsResult
def get_acls_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAclsResult]func GetAcls(ctx *Context, args *GetAclsArgs, opts ...InvokeOption) (*GetAclsResult, error)
func GetAclsOutput(ctx *Context, args *GetAclsOutputArgs, opts ...InvokeOption) GetAclsResultOutput> Note: This function is named GetAcls in the Go SDK.
public static class GetAcls
{
public static Task<GetAclsResult> InvokeAsync(GetAclsArgs args, InvokeOptions? opts = null)
public static Output<GetAclsResult> Invoke(GetAclsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAclsResult> getAcls(GetAclsArgs args, InvokeOptions options)
public static Output<GetAclsResult> getAcls(GetAclsArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:sag/getAcls:getAcls
arguments:
# arguments dictionaryThe following arguments are supported:
- Ids List<string>
- A list of Sag Acl IDs.
- Name
Regex string - A regex string to filter Sag Acl instances by name.
- Output
File string
- Ids []string
- A list of Sag Acl IDs.
- Name
Regex string - A regex string to filter Sag Acl instances by name.
- Output
File string
- ids List<String>
- A list of Sag Acl IDs.
- name
Regex String - A regex string to filter Sag Acl instances by name.
- output
File String
- ids string[]
- A list of Sag Acl IDs.
- name
Regex string - A regex string to filter Sag Acl instances by name.
- output
File string
- ids Sequence[str]
- A list of Sag Acl IDs.
- name_
regex str - A regex string to filter Sag Acl instances by name.
- output_
file str
- ids List<String>
- A list of Sag Acl IDs.
- name
Regex String - A regex string to filter Sag Acl instances by name.
- output
File String
getAcls Result
The following output properties are available:
- Acls
List<Pulumi.
Ali Cloud. Sag. Outputs. Get Acls Acl> - A list of Sag Acls. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Sag Acl IDs.
- Names List<string>
- A list of Sag Acls names.
- Name
Regex string - Output
File string
- Acls
[]Get
Acls Acl - A list of Sag Acls. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Sag Acl IDs.
- Names []string
- A list of Sag Acls names.
- Name
Regex string - Output
File string
- acls
List<Get
Acls Acl> - A list of Sag Acls. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Sag Acl IDs.
- names List<String>
- A list of Sag Acls names.
- name
Regex String - output
File String
- acls
Get
Acls Acl[] - A list of Sag Acls. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Sag Acl IDs.
- names string[]
- A list of Sag Acls names.
- name
Regex string - output
File string
- acls
Sequence[Get
Acls Acl] - A list of Sag Acls. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Sag Acl IDs.
- names Sequence[str]
- A list of Sag Acls names.
- name_
regex str - output_
file str
- acls List<Property Map>
- A list of Sag Acls. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Sag Acl IDs.
- names List<String>
- A list of Sag Acls names.
- name
Regex String - output
File String
Supporting Types
GetAclsAcl
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
