View source: R/applicationautoscaling_operations.R
applicationautoscaling_describe_scheduled_actions | R Documentation |
Describes the Application Auto Scaling scheduled actions for the specified service namespace.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_describe_scheduled_actions/ for full documentation.
applicationautoscaling_describe_scheduled_actions(
ScheduledActionNames = NULL,
ServiceNamespace,
ResourceId = NULL,
ScalableDimension = NULL,
MaxResults = NULL,
NextToken = NULL
)
ScheduledActionNames |
The names of the scheduled actions to describe. |
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 |
The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
|
ScalableDimension |
The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
|
MaxResults |
The maximum number of scheduled action results. This value can be between 1 and 50. The default value is 50. If this parameter is used, the operation returns up to |
NextToken |
The token for the next set of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.