View source: R/applicationautoscaling_operations.R
applicationautoscaling_delete_scaling_policy | R Documentation |
Deletes the specified scaling policy for an Application Auto Scaling scalable target.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_delete_scaling_policy/ for full documentation.
applicationautoscaling_delete_scaling_policy(
PolicyName,
ServiceNamespace,
ResourceId,
ScalableDimension
)
PolicyName |
[required] The name of the scaling policy. |
ServiceNamespace |
[required] The namespace of the Amazon Web Services service that provides the
resource. For a resource provided by your own application or service,
use |
ResourceId |
[required] The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
|
ScalableDimension |
[required] The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.