InsightsReportConfigFrequencyOptionsArgs

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
val frequency: Output<String>

The frequency in which inventory reports are generated. Values are DAILY or WEEKLY. Possible values are: DAILY, WEEKLY.

Link copied to clipboard

The date to start generating inventory reports. For example, {"day": 15, "month": 8, "year": 2022}. Structure is documented below.

Functions

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