Interface OsConfigPatchDeploymentOneTimeSchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentOneTimeSchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.285Z") @Stability(Stable) public interface OsConfigPatchDeploymentOneTimeSchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentOneTimeSchedule.BuilderA builder forOsConfigPatchDeploymentOneTimeSchedulestatic classOsConfigPatchDeploymentOneTimeSchedule.Jsii$ProxyAn implementation forOsConfigPatchDeploymentOneTimeSchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigPatchDeploymentOneTimeSchedule.Builderbuilder()StringgetExecuteTime()The desired patch job execution time.
-
-
-
Method Detail
-
getExecuteTime
@Stability(Stable) @NotNull String getExecuteTime()
The desired patch job execution time. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#execute_time OsConfigPatchDeployment#execute_time}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentOneTimeSchedule.Builder builder()
-
-