Insights Report Config Object Metadata Report Options Args
data class InsightsReportConfigObjectMetadataReportOptionsArgs(val metadataFields: Output<List<String>>, val storageDestinationOptions: Output<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>, val storageFilters: Output<InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs>? = null) : ConvertibleToJava<InsightsReportConfigObjectMetadataReportOptionsArgs>
Constructors
Link copied to clipboard
constructor(metadataFields: Output<List<String>>, storageDestinationOptions: Output<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>, storageFilters: Output<InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs>? = null)
Properties
Link copied to clipboard
The metadata fields included in an inventory report.
Link copied to clipboard
val storageDestinationOptions: Output<InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgs>
Options for where the inventory reports are stored. Structure is documented below.
Link copied to clipboard
val storageFilters: Output<InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs>? = null
A nested object resource. Structure is documented below.