InventoryDestinationArgs

data class InventoryDestinationArgs(val bucket: Output<InventoryDestinationBucketArgs>) : ConvertibleToJava<InventoryDestinationArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<InventoryDestinationBucketArgs>)

Properties

Link copied to clipboard

S3 bucket configuration where inventory results are published (documented below).

Functions

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