Uses of Class
software.amazon.awscdk.services.iot.alpha.DayOfMonth
Packages that use DayOfMonth
-
Uses of DayOfMonth in software.amazon.awscdk.services.iot.alpha
Fields in software.amazon.awscdk.services.iot.alpha declared as DayOfMonthModifier and TypeFieldDescriptionstatic final DayOfMonthDayOfMonth.LAST_DAY(experimental) The last day of the month.Methods in software.amazon.awscdk.services.iot.alpha that return DayOfMonthModifier and TypeMethodDescriptiondefault DayOfMonthScheduledAuditProps.getDayOfMonth()(experimental) The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY").final DayOfMonthScheduledAuditProps.Jsii$Proxy.getDayOfMonth()static DayOfMonth(experimental) Custom day of the month.Methods in software.amazon.awscdk.services.iot.alpha with parameters of type DayOfMonthModifier and TypeMethodDescriptionScheduledAudit.Builder.dayOfMonth(DayOfMonth dayOfMonth) (experimental) The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY").ScheduledAuditProps.Builder.dayOfMonth(DayOfMonth dayOfMonth) Sets the value ofScheduledAuditProps.getDayOfMonth()