NetworkAcl

class NetworkAcl : KotlinCustomResource

Provides a VPC Network Acl resource.

NOTE: Currently, the resource are only available in Hongkong(cn-hongkong), India(ap-south-1), and Indonesia(ap-southeast-1) regions. For information about VPC Network Acl and how to use it, see What is Network Acl. NOTE: Available in v1.43.0+.

Import

VPC Network Acl can be imported using the id, e.g.

$ pulumi import alicloud:vpc/networkAcl:NetworkAcl example <id>

Properties

Link copied to clipboard
val createTime: Output<String>

The creation time of the resource.

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

The description of the network ACL.The description must be 1 to 256 characters in length and cannot start with http:// or https.

Link copied to clipboard

Out direction rule information. See the following Block EgressAclEntries.

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

Inward direction rule information. See the following Block IngressAclEntries.

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.The name must be 1 to 128 characters in length and cannot start with http:// or https.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The associated resource. See the following Block Resources.

Link copied to clipboard
val status: Output<String>

The state of the network ACL.

Link copied to clipboard
val tags: Output<Map<String, Any>>?

The tags of this resource.

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

The ID of the associated VPC. The following arguments will be discarded. Please use new fields as soon as possible: