Class OsConfigPatchDeploymentRecurringScheduleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.299Z") @Stability(Stable) public class OsConfigPatchDeploymentRecurringScheduleOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description OsConfigPatchDeploymentRecurringScheduleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigPatchDeploymentRecurringScheduleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigPatchDeploymentRecurringScheduleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
OsConfigPatchDeploymentRecurringScheduleOutputReference
protected OsConfigPatchDeploymentRecurringScheduleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OsConfigPatchDeploymentRecurringScheduleOutputReference
protected OsConfigPatchDeploymentRecurringScheduleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OsConfigPatchDeploymentRecurringScheduleOutputReference
@Stability(Stable) public OsConfigPatchDeploymentRecurringScheduleOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putMonthly
@Stability(Stable) public void putMonthly(@NotNull OsConfigPatchDeploymentRecurringScheduleMonthly value)- Parameters:
value- This parameter is required.
-
putTimeOfDay
@Stability(Stable) public void putTimeOfDay(@NotNull OsConfigPatchDeploymentRecurringScheduleTimeOfDay value)- Parameters:
value- This parameter is required.
-
putTimeZone
@Stability(Stable) public void putTimeZone(@NotNull OsConfigPatchDeploymentRecurringScheduleTimeZone value)- Parameters:
value- This parameter is required.
-
putWeekly
@Stability(Stable) public void putWeekly(@NotNull OsConfigPatchDeploymentRecurringScheduleWeekly value)- Parameters:
value- This parameter is required.
-
resetEndTime
@Stability(Stable) public void resetEndTime()
-
resetMonthly
@Stability(Stable) public void resetMonthly()
-
resetStartTime
@Stability(Stable) public void resetStartTime()
-
resetWeekly
@Stability(Stable) public void resetWeekly()
-
getLastExecuteTime
@Stability(Stable) @NotNull public String getLastExecuteTime()
-
getMonthly
@Stability(Stable) @NotNull public OsConfigPatchDeploymentRecurringScheduleMonthlyOutputReference getMonthly()
-
getNextExecuteTime
@Stability(Stable) @NotNull public String getNextExecuteTime()
-
getTimeOfDay
@Stability(Stable) @NotNull public OsConfigPatchDeploymentRecurringScheduleTimeOfDayOutputReference getTimeOfDay()
-
getTimeZone
@Stability(Stable) @NotNull public OsConfigPatchDeploymentRecurringScheduleTimeZoneOutputReference getTimeZone()
-
getWeekly
@Stability(Stable) @NotNull public OsConfigPatchDeploymentRecurringScheduleWeeklyOutputReference getWeekly()
-
getEndTimeInput
@Stability(Stable) @Nullable public String getEndTimeInput()
-
getMonthlyInput
@Stability(Stable) @Nullable public OsConfigPatchDeploymentRecurringScheduleMonthly getMonthlyInput()
-
getStartTimeInput
@Stability(Stable) @Nullable public String getStartTimeInput()
-
getTimeOfDayInput
@Stability(Stable) @Nullable public OsConfigPatchDeploymentRecurringScheduleTimeOfDay getTimeOfDayInput()
-
getTimeZoneInput
@Stability(Stable) @Nullable public OsConfigPatchDeploymentRecurringScheduleTimeZone getTimeZoneInput()
-
getWeeklyInput
@Stability(Stable) @Nullable public OsConfigPatchDeploymentRecurringScheduleWeekly getWeeklyInput()
-
getEndTime
@Stability(Stable) @NotNull public String getEndTime()
-
setEndTime
@Stability(Stable) public void setEndTime(@NotNull String value)
-
getStartTime
@Stability(Stable) @NotNull public String getStartTime()
-
setStartTime
@Stability(Stable) public void setStartTime(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigPatchDeploymentRecurringSchedule getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigPatchDeploymentRecurringSchedule value)
-
-