Insights Report Config Frequency Options Args
data class InsightsReportConfigFrequencyOptionsArgs(val endDate: Output<InsightsReportConfigFrequencyOptionsEndDateArgs>, val frequency: Output<String>, val startDate: Output<InsightsReportConfigFrequencyOptionsStartDateArgs>) : ConvertibleToJava<InsightsReportConfigFrequencyOptionsArgs>
Constructors
Link copied to clipboard
constructor(endDate: Output<InsightsReportConfigFrequencyOptionsEndDateArgs>, frequency: Output<String>, startDate: Output<InsightsReportConfigFrequencyOptionsStartDateArgs>)
Properties
Link copied to clipboard
The date to stop generating inventory reports. For example, {"day": 15, "month": 9, "year": 2022}. Structure is documented below.
Link copied to clipboard
The date to start generating inventory reports. For example, {"day": 15, "month": 8, "year": 2022}. Structure is documented below.