Interface AutoscalingplansScalingPlanScalingInstructionTargetTrackingConfiguration

    • Method Detail

      • getTargetValue

        @Stability(Stable)
        @NotNull
        Number getTargetValue()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#target_value AutoscalingplansScalingPlan#target_value}.
      • getDisableScaleIn

        @Stability(Stable)
        @Nullable
        default Object getDisableScaleIn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#disable_scale_in AutoscalingplansScalingPlan#disable_scale_in}.
      • getEstimatedInstanceWarmup

        @Stability(Stable)
        @Nullable
        default Number getEstimatedInstanceWarmup()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#estimated_instance_warmup AutoscalingplansScalingPlan#estimated_instance_warmup}.
      • getScaleInCooldown

        @Stability(Stable)
        @Nullable
        default Number getScaleInCooldown()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#scale_in_cooldown AutoscalingplansScalingPlan#scale_in_cooldown}.
      • getScaleOutCooldown

        @Stability(Stable)
        @Nullable
        default Number getScaleOutCooldown()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/autoscalingplans_scaling_plan#scale_out_cooldown AutoscalingplansScalingPlan#scale_out_cooldown}.