Get Network Acls Plain Args
data class GetNetworkAclsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val networkAclName: String? = null, val outputFile: String? = null, val resourceId: String? = null, val resourceType: String? = null, val status: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetNetworkAclsPlainArgs>
A collection of arguments for invoking getNetworkAcls.
Constructors
Properties
Link copied to clipboard
The name of the network ACL.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the associated resource.
Link copied to clipboard
The type of the associated resource. Valid values VSwitch
. resource_type
and resource_id
need to be specified at the same time to take effect.