The following code examples show how to use DescribeAdjustmentTypes
.
- AWS CLI
-
To describe the available scaling adjustment types
This example describes the available adjustment types.
aws autoscaling describe-adjustment-types
Output:
{ "AdjustmentTypes": [ { "AdjustmentType": "ChangeInCapacity" }, { "AdjustmentType": "ExactCapacity" }, { "AdjustmentType": "PercentChangeInCapacity" } ] }
For more information, see Scaling adjustment types in the Amazon EC2 Auto Scaling User Guide.
-
For API details, see DescribeAdjustmentTypes
in AWS CLI Command Reference.
-
For a complete list of AWS SDK developer guides and code examples, see Using this service with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.