describeAdjustmentTypes
inline suspend fun AutoScalingClient.describeAdjustmentTypes(crossinline block: DescribeAdjustmentTypesRequest.Builder.() -> Unit): DescribeAdjustmentTypesResponse
Describes the available adjustment types for step scaling and simple scaling policies.
The following adjustment types are supported:
ChangeInCapacityExactCapacityPercentChangeInCapacity
Samples
// This example describes the available adjustment types.
val resp = autoScalingClient.describeAdjustmentTypes()Content copied to clipboard