pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.inputs
/
InventoryFilterArgs
Inventory
Filter
Args
data
class
InventoryFilterArgs
(
val
prefix
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
InventoryFilterArgs
>
Constructors
Functions
Properties
Constructors
Inventory
Filter
Args
Link copied to clipboard
fun
InventoryFilterArgs
(
prefix
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InventoryFilterArgs
Properties
prefix
Link copied to clipboard
val
prefix
:
Output
<
String
>
?
=
null
Prefix that an object must have to be included in the inventory results.