Class AlloydbClusterContinuousBackupConfigOutputReference

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

      • AlloydbClusterContinuousBackupConfigOutputReference

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

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

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

      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetEncryptionConfig

        @Stability(Stable)
        public void resetEncryptionConfig()
      • resetRecoveryWindowDays

        @Stability(Stable)
        public void resetRecoveryWindowDays()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getRecoveryWindowDaysInput

        @Stability(Stable)
        @Nullable
        public Number getRecoveryWindowDaysInput()
      • 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)
      • getRecoveryWindowDays

        @Stability(Stable)
        @NotNull
        public Number getRecoveryWindowDays()
      • setRecoveryWindowDays

        @Stability(Stable)
        public void setRecoveryWindowDays​(@NotNull
                                          Number value)