Class 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
    • 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)