Description Usage Arguments Value Request syntax
View source: R/opsworks_operations.R
Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
1 |
LayerIds |
[required] An array of layer IDs. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | list(
LoadBasedAutoScalingConfigurations = list(
list(
LayerId = "string",
Enable = TRUE|FALSE,
UpScaling = list(
InstanceCount = 123,
ThresholdsWaitTime = 123,
IgnoreMetricsTime = 123,
CpuThreshold = 123.0,
MemoryThreshold = 123.0,
LoadThreshold = 123.0,
Alarms = list(
"string"
)
),
DownScaling = list(
InstanceCount = 123,
ThresholdsWaitTime = 123,
IgnoreMetricsTime = 123,
CpuThreshold = 123.0,
MemoryThreshold = 123.0,
LoadThreshold = 123.0,
Alarms = list(
"string"
)
)
)
)
)
|
1 2 3 4 5 | svc$describe_load_based_auto_scaling(
LayerIds = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.