InventoryFilterArgs

data class InventoryFilterArgs(val prefix: Output<String>? = null) : ConvertibleToJava<InventoryFilterArgs>

Constructors

Link copied to clipboard
constructor(prefix: Output<String>? = null)

Properties

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

Prefix that an object must have to be included in the inventory results.

Functions

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