Class RedisInstancePersistenceConfigOutputReference

  • 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.528Z")
    @Stability(Stable)
    public class RedisInstancePersistenceConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • RedisInstancePersistenceConfigOutputReference

        protected RedisInstancePersistenceConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • RedisInstancePersistenceConfigOutputReference

        protected RedisInstancePersistenceConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • RedisInstancePersistenceConfigOutputReference

        @Stability(Stable)
        public RedisInstancePersistenceConfigOutputReference​(@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

      • resetPersistenceMode

        @Stability(Stable)
        public void resetPersistenceMode()
      • resetRdbSnapshotPeriod

        @Stability(Stable)
        public void resetRdbSnapshotPeriod()
      • resetRdbSnapshotStartTime

        @Stability(Stable)
        public void resetRdbSnapshotStartTime()
      • getRdbNextSnapshotTime

        @Stability(Stable)
        @NotNull
        public String getRdbNextSnapshotTime()
      • getPersistenceModeInput

        @Stability(Stable)
        @Nullable
        public String getPersistenceModeInput()
      • getRdbSnapshotPeriodInput

        @Stability(Stable)
        @Nullable
        public String getRdbSnapshotPeriodInput()
      • getRdbSnapshotStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getRdbSnapshotStartTimeInput()
      • getPersistenceMode

        @Stability(Stable)
        @NotNull
        public String getPersistenceMode()
      • setPersistenceMode

        @Stability(Stable)
        public void setPersistenceMode​(@NotNull
                                       String value)
      • getRdbSnapshotPeriod

        @Stability(Stable)
        @NotNull
        public String getRdbSnapshotPeriod()
      • setRdbSnapshotPeriod

        @Stability(Stable)
        public void setRdbSnapshotPeriod​(@NotNull
                                         String value)
      • getRdbSnapshotStartTime

        @Stability(Stable)
        @NotNull
        public String getRdbSnapshotStartTime()
      • setRdbSnapshotStartTime

        @Stability(Stable)
        public void setRdbSnapshotStartTime​(@NotNull
                                            String value)