@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.742Z") @Stability(value=Stable) public interface ScalableTaskCountProps extends software.amazon.jsii.JsiiSerializable, BaseScalableAttributeProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.applicationautoscaling.*;
import software.amazon.awscdk.services.ecs.*;
import software.amazon.awscdk.services.iam.*;
Role role;
ScalableTaskCountProps scalableTaskCountProps = ScalableTaskCountProps.builder()
.dimension("dimension")
.maxCapacity(123)
.resourceId("resourceId")
.role(role)
.serviceNamespace(ServiceNamespace.ECS)
// the properties below are optional
.minCapacity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScalableTaskCountProps.Builder
A builder for
ScalableTaskCountProps |
static class |
ScalableTaskCountProps.Jsii$Proxy
An implementation for
ScalableTaskCountProps |
| Modifier and Type | Method and Description |
|---|---|
static ScalableTaskCountProps.Builder |
builder() |
getDimension, getResourceId, getRole, getServiceNamespacegetMaxCapacity, getMinCapacity@Stability(value=Stable) static ScalableTaskCountProps.Builder builder()
builder in interface BaseScalableAttributePropsbuilder in interface EnableScalingPropsScalableTaskCountProps.Builder of ScalableTaskCountPropsCopyright © 2022. All rights reserved.