Network Acl Args
data class NetworkAclArgs(val description: Output<String>? = null, val egressAclEntries: Output<List<NetworkAclEgressAclEntryArgs>>? = null, val ingressAclEntries: Output<List<NetworkAclIngressAclEntryArgs>>? = null, val name: Output<String>? = null, val networkAclName: Output<String>? = null, val resources: Output<List<NetworkAclResourceArgs>>? = null, val tags: Output<Map<String, Any>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<NetworkAclArgs>
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>
Content copied to clipboard
Constructors
Link copied to clipboard
fun NetworkAclArgs(description: Output<String>? = null, egressAclEntries: Output<List<NetworkAclEgressAclEntryArgs>>? = null, ingressAclEntries: Output<List<NetworkAclIngressAclEntryArgs>>? = null, name: Output<String>? = null, networkAclName: Output<String>? = null, resources: Output<List<NetworkAclResourceArgs>>? = null, tags: Output<Map<String, Any>>? = null, vpcId: Output<String>? = null)