This page documents the language specification for the alicloud package. If you're looking for help working with the inputs, outputs, or functions of alicloud resources in a Pulumi program, please see the resource documentation for examples and API reference.
sag¶
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-alicloud repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-alicloud repo.
- class
pulumi_alicloud.sag.AwaitableGetAclsResult(acls=None, id=None, ids=None, name_regex=None, names=None, output_file=None)¶
- class
pulumi_alicloud.sag.GetAclsResult(acls=None, id=None, ids=None, name_regex=None, names=None, output_file=None)¶ A collection of values returned by getAcls.
acls= None¶A list of Sag Acls. Each element contains the following attributes:
id= None¶The provider-assigned unique ID for this managed resource.
ids= None¶A list of Sag Acl IDs.
names= None¶A list of Sag Acls names.
pulumi_alicloud.sag.get_acls(ids=None, name_regex=None, output_file=None, opts=None)¶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-2,ap-southeast-3,ap-southeast-5,ap-northeast-1,eu-central-1]import pulumi import pulumi_alicloud as alicloud default_acls = alicloud.sag.get_acls(ids=[alicloud_sag_acls["default"]["id"]], name_regex="^tf-testAcc.*") default_acl = alicloud.rocketmq.Acl("defaultAcl")
- Parameters
ids (list) – A list of Sag Acl IDs.
name_regex (str) – A regex string to filter Sag Acl instances by name.