Vpc Network Acl Attachment Args
data class VpcNetworkAclAttachmentArgs(val networkAclId: Output<String>? = null, val resourceId: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<VpcNetworkAclAttachmentArgs>
Provides a VPC Network Acl Attachment resource. Resources associated with network Acl. For information about VPC Network Acl Attachment and how to use it, see What is Network Acl Attachment.
NOTE: Available since v1.193.0.
Import
VPC Network Acl Attachment can be imported using the id, e.g.
$ pulumi import alicloud:vpc/vpcNetworkAclAttachment:VpcNetworkAclAttachment example <network_acl_id>:<resource_id>
Content copied to clipboard