Interface OsConfigPatchDeploymentRecurringScheduleTimeZone
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.300Z") @Stability(Stable) public interface OsConfigPatchDeploymentRecurringScheduleTimeZone extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRecurringScheduleTimeZone.BuilderA builder forOsConfigPatchDeploymentRecurringScheduleTimeZonestatic classOsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRecurringScheduleTimeZone
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentRecurringScheduleTimeZone.Builderbuilder()StringgetId()IANA Time Zone Database time zone, e.g.default StringgetVersion()IANA Time Zone Database version number, e.g.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
IANA Time Zone Database time zone, e.g. "America/New_York".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getVersion
@Stability(Stable) @Nullable default String getVersion()
IANA Time Zone Database version number, e.g. "2019a".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#version OsConfigPatchDeployment#version}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder builder()
-
-