Show / Hide Table of Contents

Interface ICpuUtilizationScalingProps

Properties for enabling scaling based on CPU utilization.

Inherited Members
IBaseTargetTrackingProps.Cooldown
IBaseTargetTrackingProps.DisableScaleIn
IBaseTargetTrackingProps.EstimatedInstanceWarmup
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public interface ICpuUtilizationScalingProps : IBaseTargetTrackingProps
Syntax (vb)
Public Interface ICpuUtilizationScalingProps
    Inherits IBaseTargetTrackingProps

Synopsis

Properties

TargetUtilizationPercent

Target average CPU utilization across the task.

Properties

TargetUtilizationPercent

Target average CPU utilization across the task.

double TargetUtilizationPercent { get; }
Property Value

System.Double

Back to top Generated by DocFX