InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions

data class InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions(val bucket: String, val destinationPath: String? = null)

Constructors

constructor(bucket: String, destinationPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination bucket that stores the generated inventory reports.

Link copied to clipboard
val destinationPath: String? = null

The path within the destination bucket to store generated inventory reports.