Interface RdsClusterScalingConfiguration

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    RdsClusterScalingConfiguration.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.595Z")
    @Stability(Stable)
    public interface RdsClusterScalingConfiguration
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAutoPause

        @Stability(Stable)
        @Nullable
        default Object getAutoPause()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#auto_pause RdsCluster#auto_pause}.
      • getMaxCapacity

        @Stability(Stable)
        @Nullable
        default Number getMaxCapacity()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#max_capacity RdsCluster#max_capacity}.
      • getMinCapacity

        @Stability(Stable)
        @Nullable
        default Number getMinCapacity()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#min_capacity RdsCluster#min_capacity}.
      • getSecondsUntilAutoPause

        @Stability(Stable)
        @Nullable
        default Number getSecondsUntilAutoPause()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#seconds_until_auto_pause RdsCluster#seconds_until_auto_pause}.
      • getTimeoutAction

        @Stability(Stable)
        @Nullable
        default String getTimeoutAction()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#timeout_action RdsCluster#timeout_action}.