monthly Occurrence
suspend fun monthlyOccurrence(value: Output<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>)
Parameters
value
List of monthly_occurrence
blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month
. The monthly_occurrence
block supports fields as defined below.
suspend fun monthlyOccurrence(argument: suspend SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgsBuilder.() -> Unit)
Parameters
argument
List of monthly_occurrence
blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month
. The monthly_occurrence
block supports fields as defined below.