Interface OsConfigPatchDeploymentRecurringScheduleMonthly
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.299Z") @Stability(Stable) public interface OsConfigPatchDeploymentRecurringScheduleMonthly extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRecurringScheduleMonthly.BuilderA builder forOsConfigPatchDeploymentRecurringScheduleMonthlystatic classOsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRecurringScheduleMonthly
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentRecurringScheduleMonthly.Builderbuilder()default NumbergetMonthDay()One day of the month.default OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthgetWeekDayOfMonth()week_day_of_month block.
-
-
-
Method Detail
-
getMonthDay
@Stability(Stable) @Nullable default Number getMonthDay()
One day of the month.1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#month_day OsConfigPatchDeployment#month_day}
-
getWeekDayOfMonth
@Stability(Stable) @Nullable default OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth getWeekDayOfMonth()
week_day_of_month block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#week_day_of_month OsConfigPatchDeployment#week_day_of_month}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRecurringScheduleMonthly.Builder builder()
-
-