Interface OsConfigPatchDeploymentRecurringScheduleWeekly
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.301Z") @Stability(Stable) public interface OsConfigPatchDeploymentRecurringScheduleWeekly extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRecurringScheduleWeekly.BuilderA builder forOsConfigPatchDeploymentRecurringScheduleWeeklystatic classOsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRecurringScheduleWeekly
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigPatchDeploymentRecurringScheduleWeekly.Builderbuilder()StringgetDayOfWeek()IANA Time Zone Database time zone, e.g.
-
-
-
Method Detail
-
getDayOfWeek
@Stability(Stable) @NotNull String getDayOfWeek()
IANA Time Zone Database time zone, e.g. "America/New_York". Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_of_week OsConfigPatchDeployment#day_of_week}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRecurringScheduleWeekly.Builder builder()
-
-