Class DbInstanceRestoreToPointInTimeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.db_instance.DbInstanceRestoreToPointInTimeOutputReference
-
- 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:52.503Z") @Stability(Stable) public class DbInstanceRestoreToPointInTimeOutputReference 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 DbInstanceRestoreToPointInTimeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDbInstanceRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDbInstanceRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
DbInstanceRestoreToPointInTimeOutputReference
protected DbInstanceRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DbInstanceRestoreToPointInTimeOutputReference
protected DbInstanceRestoreToPointInTimeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DbInstanceRestoreToPointInTimeOutputReference
@Stability(Stable) public DbInstanceRestoreToPointInTimeOutputReference(@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
-
resetRestoreTime
@Stability(Stable) public void resetRestoreTime()
-
resetSourceDbInstanceAutomatedBackupsArn
@Stability(Stable) public void resetSourceDbInstanceAutomatedBackupsArn()
-
resetSourceDbInstanceIdentifier
@Stability(Stable) public void resetSourceDbInstanceIdentifier()
-
resetSourceDbiResourceId
@Stability(Stable) public void resetSourceDbiResourceId()
-
resetUseLatestRestorableTime
@Stability(Stable) public void resetUseLatestRestorableTime()
-
getRestoreTimeInput
@Stability(Stable) @Nullable public String getRestoreTimeInput()
-
getSourceDbInstanceAutomatedBackupsArnInput
@Stability(Stable) @Nullable public String getSourceDbInstanceAutomatedBackupsArnInput()
-
getSourceDbInstanceIdentifierInput
@Stability(Stable) @Nullable public String getSourceDbInstanceIdentifierInput()
-
getSourceDbiResourceIdInput
@Stability(Stable) @Nullable public String getSourceDbiResourceIdInput()
-
getUseLatestRestorableTimeInput
@Stability(Stable) @Nullable public Object getUseLatestRestorableTimeInput()
-
getRestoreTime
@Stability(Stable) @NotNull public String getRestoreTime()
-
setRestoreTime
@Stability(Stable) public void setRestoreTime(@NotNull String value)
-
getSourceDbInstanceAutomatedBackupsArn
@Stability(Stable) @NotNull public String getSourceDbInstanceAutomatedBackupsArn()
-
setSourceDbInstanceAutomatedBackupsArn
@Stability(Stable) public void setSourceDbInstanceAutomatedBackupsArn(@NotNull String value)
-
getSourceDbInstanceIdentifier
@Stability(Stable) @NotNull public String getSourceDbInstanceIdentifier()
-
setSourceDbInstanceIdentifier
@Stability(Stable) public void setSourceDbInstanceIdentifier(@NotNull String value)
-
getSourceDbiResourceId
@Stability(Stable) @NotNull public String getSourceDbiResourceId()
-
setSourceDbiResourceId
@Stability(Stable) public void setSourceDbiResourceId(@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 DbInstanceRestoreToPointInTime getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DbInstanceRestoreToPointInTime value)
-
-