InsightsReportConfigObjectMetadataReportOptionsArgs

data class InsightsReportConfigObjectMetadataReportOptionsArgs(val metadataFields: Output<List<String>>, val storageDestinationOptions: Output<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>, val storageFilters: Output<InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs>? = null) : ConvertibleToJava<InsightsReportConfigObjectMetadataReportOptionsArgs>

Constructors

constructor(metadataFields: Output<List<String>>, storageDestinationOptions: Output<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>, storageFilters: Output<InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs>? = null)

Properties

Link copied to clipboard
val metadataFields: Output<List<String>>

The metadata fields included in an inventory report.

Link copied to clipboard

Options for where the inventory reports are stored. Structure is documented below.

Link copied to clipboard

A nested object resource Structure is documented below.

Functions

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