interface ContainerScalingOption {
    concurrentRequestsThreshold?: number;
    cpuUsageThreshold?: number;
    memoryUsageThreshold?: number;
}

Properties

concurrentRequestsThreshold?: number

One-of ('scalingRule'): at most one of 'concurrentRequestsThreshold', 'cpuUsageThreshold', 'memoryUsageThreshold' could be set.

cpuUsageThreshold?: number

One-of ('scalingRule'): at most one of 'concurrentRequestsThreshold', 'cpuUsageThreshold', 'memoryUsageThreshold' could be set.

memoryUsageThreshold?: number

One-of ('scalingRule'): at most one of 'concurrentRequestsThreshold', 'cpuUsageThreshold', 'memoryUsageThreshold' could be set.