InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs

data class InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs(val bucket: Output<String>, val destinationPath: Output<String>? = null) : ConvertibleToJava<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>

Constructors

constructor(bucket: Output<String>, destinationPath: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

The destination bucket that stores the generated inventory reports.

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

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

Functions

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