VpcNetworkAclAttachmentArgs

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>

Constructors

Link copied to clipboard
constructor(networkAclId: Output<String>? = null, resourceId: Output<String>? = null, resourceType: Output<String>? = null)

Properties

Link copied to clipboard
val networkAclId: Output<String>? = null

The ID of the network ACL.

Link copied to clipboard
val resourceId: Output<String>? = null

The ID of the associated resource.

Link copied to clipboard
val resourceType: Output<String>? = null

The type of the associated resource. Valid values: VSwitch.

Functions

Link copied to clipboard
open override fun toJava(): VpcNetworkAclAttachmentArgs