pulumi-azure-kotlin
5.52.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.storage.kotlin.inputs
/
BlobInventoryPolicyRuleFilterArgs
/
BlobInventoryPolicyRuleFilterArgs
Blob
Inventory
Policy
Rule
Filter
Args
fun
BlobInventoryPolicyRuleFilterArgs
(
blobTypes
:
Output
<
List
<
String
>
>
,
excludePrefixes
:
Output
<
List
<
String
>
>
?
=
null
,
includeBlobVersions
:
Output
<
Boolean
>
?
=
null
,
includeDeleted
:
Output
<
Boolean
>
?
=
null
,
includeSnapshots
:
Output
<
Boolean
>
?
=
null
,
prefixMatches
:
Output
<
List
<
String
>
>
?
=
null
)