describeAdjustmentTypes
abstract suspend fun describeAdjustmentTypes(input: DescribeAdjustmentTypesRequest = DescribeAdjustmentTypesRequest { }): 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