GetNetworkAclsPlainArgs

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

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, networkAclName: String? = null, outputFile: String? = null, resourceId: String? = null, resourceType: String? = null, status: String? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Network Acl ID.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Network Acl name.

Link copied to clipboard
val networkAclName: String? = null

The name of the network ACL.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val resourceId: String? = null

The ID of the associated resource.

Link copied to clipboard
val resourceType: String? = null

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.

Link copied to clipboard
val status: String? = null

The state of the network ACL. Valid values: Available and Modifying.

Link copied to clipboard
val vpcId: String? = null

The ID of the associated VPC.

Functions

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