Interface RdsClusterRestoreToPointInTime
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RdsClusterRestoreToPointInTime.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.595Z") @Stability(Stable) public interface RdsClusterRestoreToPointInTime extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRdsClusterRestoreToPointInTime.BuilderA builder forRdsClusterRestoreToPointInTimestatic classRdsClusterRestoreToPointInTime.Jsii$ProxyAn implementation forRdsClusterRestoreToPointInTime
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static RdsClusterRestoreToPointInTime.Builderbuilder()default StringgetRestoreToTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#restore_to_time RdsCluster#restore_to_time}.default StringgetRestoreType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#restore_type RdsCluster#restore_type}.StringgetSourceClusterIdentifier()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_cluster_identifier RdsCluster#source_cluster_identifier}.default ObjectgetUseLatestRestorableTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#use_latest_restorable_time RdsCluster#use_latest_restorable_time}.
-
-
-
Method Detail
-
getSourceClusterIdentifier
@Stability(Stable) @NotNull String getSourceClusterIdentifier()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_cluster_identifier RdsCluster#source_cluster_identifier}.
-
getRestoreToTime
@Stability(Stable) @Nullable default String getRestoreToTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#restore_to_time RdsCluster#restore_to_time}.
-
getRestoreType
@Stability(Stable) @Nullable default String getRestoreType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#restore_type RdsCluster#restore_type}.
-
getUseLatestRestorableTime
@Stability(Stable) @Nullable default Object getUseLatestRestorableTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#use_latest_restorable_time RdsCluster#use_latest_restorable_time}.
-
builder
@Stability(Stable) static RdsClusterRestoreToPointInTime.Builder builder()
-
-