NetworkAcl

Provides a network acl resource to add network acls.

NOTE: Available in 1.43.0+. Currently, the resource are only available in Hongkong(cn-hongkong), India(ap-south-1), and Indonesia(ap-southeast-1) regions.

Import

The network acl can be imported using the id, e.g.

$ pulumi import alicloud:vpc/networkAcl:NetworkAcl default nacl-abc123456

Properties

Link copied to clipboard
val description: Output<String>?

The description of the network acl instance.

Link copied to clipboard

List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block egress_acl_entries.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block ingress_acl_entries.

Link copied to clipboard
val name: Output<String>

Field name has been deprecated from provider version 1.122.0. New field network_acl_name instead.

Link copied to clipboard
val networkAclName: Output<String>

The name of the network acl.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The associated resources. See the following Block resources. NOTE: "Field resources has been deprecated from provider version 1.193.0 and it will be removed in the future version. Please use the new resource alicloud.vpc.VpcNetworkAclAttachment."

Link copied to clipboard
val status: Output<String>

(Available in 1.122.0+) The status of the network acl.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The vpc_id of the network acl, the field can't be changed.