| Package | Description |
|---|---|
| software.amazon.awscdk.services.applicationautoscaling |
AWS Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnScalableTarget.Builder |
CfnScalableTarget.Builder.create(software.constructs.Construct scope,
String id) |
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.maxCapacity(Number maxCapacity)
The maximum value that you plan to scale out to.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.minCapacity(Number minCapacity)
The minimum value that you plan to scale in to.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.resourceId(String resourceId)
The identifier of the resource associated with the scalable target.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.roleArn(String roleArn)
Specify the Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that allows Application Auto Scaling to modify the scalable target on your behalf.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.scalableDimension(String scalableDimension)
The scalable dimension associated with the scalable target.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.scheduledActions(IResolvable scheduledActions)
The scheduled actions for the scalable target.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.scheduledActions(List<? extends Object> scheduledActions)
The scheduled actions for the scalable target.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.serviceNamespace(String serviceNamespace)
The namespace of the AWS service that provides the resource, or a `custom-resource` .
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.suspendedState(CfnScalableTarget.SuspendedStateProperty suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.
|
CfnScalableTarget.Builder |
CfnScalableTarget.Builder.suspendedState(IResolvable suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling.
|
Copyright © 2022. All rights reserved.