Class RdsClusterRestoreToPointInTimeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.rds_cluster.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
-
-
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 RdsClusterRestoreToPointInTimeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedRdsClusterRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedRdsClusterRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RdsClusterRestoreToPointInTimegetInternalValue()StringgetRestoreToTime()StringgetRestoreToTimeInput()StringgetRestoreType()StringgetRestoreTypeInput()StringgetSourceClusterIdentifier()StringgetSourceClusterIdentifierInput()ObjectgetUseLatestRestorableTime()ObjectgetUseLatestRestorableTimeInput()voidresetRestoreToTime()voidresetRestoreType()voidresetUseLatestRestorableTime()voidsetInternalValue(RdsClusterRestoreToPointInTime value)voidsetRestoreToTime(String value)voidsetRestoreType(String value)voidsetSourceClusterIdentifier(String value)voidsetUseLatestRestorableTime(com.hashicorp.cdktf.IResolvable value)voidsetUseLatestRestorableTime(Boolean 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
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public RdsClusterRestoreToPointInTime getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable RdsClusterRestoreToPointInTime value)
-
-