View source: R/applicationautoscaling_operations.R
applicationautoscaling_deregister_scalable_target | R Documentation |
Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which resources have been registered, use describe_scalable_targets
.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_deregister_scalable_target/ for full documentation.
applicationautoscaling_deregister_scalable_target(
ServiceNamespace,
ResourceId,
ScalableDimension
)
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 associated with the scalable target. 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.