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
    • 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}.