Interface DbInstanceRestoreToPointInTime
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DbInstanceRestoreToPointInTime.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.502Z") @Stability(Stable) public interface DbInstanceRestoreToPointInTime extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDbInstanceRestoreToPointInTime.BuilderA builder forDbInstanceRestoreToPointInTimestatic classDbInstanceRestoreToPointInTime.Jsii$ProxyAn implementation forDbInstanceRestoreToPointInTime
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DbInstanceRestoreToPointInTime.Builderbuilder()default StringgetRestoreTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#restore_time DbInstance#restore_time}.default StringgetSourceDbInstanceAutomatedBackupsArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_automated_backups_arn DbInstance#source_db_instance_automated_backups_arn}.default StringgetSourceDbInstanceIdentifier()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_identifier DbInstance#source_db_instance_identifier}.default StringgetSourceDbiResourceId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_dbi_resource_id DbInstance#source_dbi_resource_id}.default ObjectgetUseLatestRestorableTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#use_latest_restorable_time DbInstance#use_latest_restorable_time}.
-
-
-
Method Detail
-
getRestoreTime
@Stability(Stable) @Nullable default String getRestoreTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#restore_time DbInstance#restore_time}.
-
getSourceDbInstanceAutomatedBackupsArn
@Stability(Stable) @Nullable default String getSourceDbInstanceAutomatedBackupsArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_automated_backups_arn DbInstance#source_db_instance_automated_backups_arn}.
-
getSourceDbInstanceIdentifier
@Stability(Stable) @Nullable default String getSourceDbInstanceIdentifier()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_identifier DbInstance#source_db_instance_identifier}.
-
getSourceDbiResourceId
@Stability(Stable) @Nullable default String getSourceDbiResourceId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_dbi_resource_id DbInstance#source_dbi_resource_id}.
-
getUseLatestRestorableTime
@Stability(Stable) @Nullable default Object getUseLatestRestorableTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#use_latest_restorable_time DbInstance#use_latest_restorable_time}.
-
builder
@Stability(Stable) static DbInstanceRestoreToPointInTime.Builder builder()
-
-