Description Usage Value Examples
View source: R/autoscaling_operations.R
Describes the available adjustment types for Amazon EC2 Auto Scaling scaling policies. These settings apply to step scaling policies and simple scaling policies; they do not apply to target tracking scaling policies.
The following adjustment types are supported:
ChangeInCapacity
ExactCapacity
PercentChangeInCapacity
1 |
A list with the following syntax:
1 2 3 4 5 6 7 |
1 2 3 4 5 | ## Not run:
# This example describes the available adjustment types.
svc$describe_adjustment_types()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.