VpcNetworkAclAttachment

class VpcNetworkAclAttachment : KotlinCustomResource

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>

Properties

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

The ID of the network ACL.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceId: Output<String>

The ID of the associated resource.

Link copied to clipboard
val resourceType: Output<String>

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

Link copied to clipboard
val status: Output<String>

The status of the Network Acl Attachment.

Link copied to clipboard
val urn: Output<String>