Class RdsClusterRestoreToPointInTimeOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.595Z")
    @Stability(Stable)
    public class RdsClusterRestoreToPointInTimeOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • RdsClusterRestoreToPointInTimeOutputReference

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

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

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

      • resetRestoreToTime

        @Stability(Stable)
        public void resetRestoreToTime()
      • resetRestoreType

        @Stability(Stable)
        public void resetRestoreType()
      • resetUseLatestRestorableTime

        @Stability(Stable)
        public void resetUseLatestRestorableTime()
      • getRestoreToTimeInput

        @Stability(Stable)
        @Nullable
        public String getRestoreToTimeInput()
      • getRestoreTypeInput

        @Stability(Stable)
        @Nullable
        public String getRestoreTypeInput()
      • getSourceClusterIdentifierInput

        @Stability(Stable)
        @Nullable
        public String getSourceClusterIdentifierInput()
      • getUseLatestRestorableTimeInput

        @Stability(Stable)
        @Nullable
        public Object getUseLatestRestorableTimeInput()
      • getRestoreToTime

        @Stability(Stable)
        @NotNull
        public String getRestoreToTime()
      • setRestoreToTime

        @Stability(Stable)
        public void setRestoreToTime​(@NotNull
                                     String value)
      • getRestoreType

        @Stability(Stable)
        @NotNull
        public String getRestoreType()
      • setRestoreType

        @Stability(Stable)
        public void setRestoreType​(@NotNull
                                   String value)
      • getSourceClusterIdentifier

        @Stability(Stable)
        @NotNull
        public String getSourceClusterIdentifier()
      • setSourceClusterIdentifier

        @Stability(Stable)
        public void setSourceClusterIdentifier​(@NotNull
                                               String value)
      • getUseLatestRestorableTime

        @Stability(Stable)
        @NotNull
        public Object getUseLatestRestorableTime()
      • setUseLatestRestorableTime

        @Stability(Stable)
        public void setUseLatestRestorableTime​(@NotNull
                                               Boolean value)
      • setUseLatestRestorableTime

        @Stability(Stable)
        public void setUseLatestRestorableTime​(@NotNull
                                               com.hashicorp.cdktf.IResolvable value)