Interface OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.297Z") @Stability(Stable) public interface OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksHaproxyLayerLoadBasedAutoScalingDownscaling.BuilderA builder forOpsworksHaproxyLayerLoadBasedAutoScalingDownscalingstatic classOpsworksHaproxyLayerLoadBasedAutoScalingDownscaling.Jsii$ProxyAn implementation forOpsworksHaproxyLayerLoadBasedAutoScalingDownscaling
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling.Builderbuilder()default List<String>getAlarms()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#alarms OpsworksHaproxyLayer#alarms}.default NumbergetCpuThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#cpu_threshold OpsworksHaproxyLayer#cpu_threshold}.default NumbergetIgnoreMetricsTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#ignore_metrics_time OpsworksHaproxyLayer#ignore_metrics_time}.default NumbergetInstanceCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#instance_count OpsworksHaproxyLayer#instance_count}.default NumbergetLoadThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#load_threshold OpsworksHaproxyLayer#load_threshold}.default NumbergetMemoryThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#memory_threshold OpsworksHaproxyLayer#memory_threshold}.default NumbergetThresholdsWaitTime()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#thresholds_wait_time OpsworksHaproxyLayer#thresholds_wait_time}.
-
-
-
Method Detail
-
getAlarms
@Stability(Stable) @Nullable default List<String> getAlarms()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#alarms OpsworksHaproxyLayer#alarms}.
-
getCpuThreshold
@Stability(Stable) @Nullable default Number getCpuThreshold()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#cpu_threshold OpsworksHaproxyLayer#cpu_threshold}.
-
getIgnoreMetricsTime
@Stability(Stable) @Nullable default Number getIgnoreMetricsTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#ignore_metrics_time OpsworksHaproxyLayer#ignore_metrics_time}.
-
getInstanceCount
@Stability(Stable) @Nullable default Number getInstanceCount()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#instance_count OpsworksHaproxyLayer#instance_count}.
-
getLoadThreshold
@Stability(Stable) @Nullable default Number getLoadThreshold()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#load_threshold OpsworksHaproxyLayer#load_threshold}.
-
getMemoryThreshold
@Stability(Stable) @Nullable default Number getMemoryThreshold()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#memory_threshold OpsworksHaproxyLayer#memory_threshold}.
-
getThresholdsWaitTime
@Stability(Stable) @Nullable default Number getThresholdsWaitTime()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#thresholds_wait_time OpsworksHaproxyLayer#thresholds_wait_time}.
-
builder
@Stability(Stable) static OpsworksHaproxyLayerLoadBasedAutoScalingDownscaling.Builder builder()
-
-