Class ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference
-
- 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:18.264Z") @Stability(Stable) public class ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference 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 ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnabled()ObjectgetEnabledInput()ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfiggetInternalValue()StringgetSnapshotCreationSchedule()StringgetSnapshotCreationScheduleInput()StringgetSnapshotLocation()StringgetSnapshotLocationInput()StringgetTimeZone()StringgetTimeZoneInput()voidresetSnapshotCreationSchedule()voidresetSnapshotLocation()voidresetTimeZone()voidsetEnabled(com.hashicorp.cdktf.IResolvable value)voidsetEnabled(Boolean value)voidsetInternalValue(ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig value)voidsetSnapshotCreationSchedule(String value)voidsetSnapshotLocation(String value)voidsetTimeZone(String value)-
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
-
ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference
protected ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference
protected ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference
@Stability(Stable) public ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigOutputReference(@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
-
resetSnapshotCreationSchedule
@Stability(Stable) public void resetSnapshotCreationSchedule()
-
resetSnapshotLocation
@Stability(Stable) public void resetSnapshotLocation()
-
resetTimeZone
@Stability(Stable) public void resetTimeZone()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getSnapshotCreationScheduleInput
@Stability(Stable) @Nullable public String getSnapshotCreationScheduleInput()
-
getSnapshotLocationInput
@Stability(Stable) @Nullable public String getSnapshotLocationInput()
-
getTimeZoneInput
@Stability(Stable) @Nullable public String getTimeZoneInput()
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getSnapshotCreationSchedule
@Stability(Stable) @NotNull public String getSnapshotCreationSchedule()
-
setSnapshotCreationSchedule
@Stability(Stable) public void setSnapshotCreationSchedule(@NotNull String value)
-
getSnapshotLocation
@Stability(Stable) @NotNull public String getSnapshotLocation()
-
setSnapshotLocation
@Stability(Stable) public void setSnapshotLocation(@NotNull String value)
-
getTimeZone
@Stability(Stable) @NotNull public String getTimeZone()
-
setTimeZone
@Stability(Stable) public void setTimeZone(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig value)
-
-