autoscalingplans_update_scaling_plan: Updates the specified scaling plan

View source: R/autoscalingplans_operations.R

autoscalingplans_update_scaling_planR Documentation

Updates the specified scaling plan

Description

Updates the specified scaling plan.

See https://www.paws-r-sdk.com/docs/autoscalingplans_update_scaling_plan/ for full documentation.

Usage

autoscalingplans_update_scaling_plan(
  ScalingPlanName,
  ScalingPlanVersion,
  ApplicationSource = NULL,
  ScalingInstructions = NULL
)

Arguments

ScalingPlanName

[required] The name of the scaling plan.

ScalingPlanVersion

[required] The version number of the scaling plan. The only valid value is 1. Currently, you cannot have multiple scaling plan versions.

ApplicationSource

A CloudFormation stack or set of tags.

For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

ScalingInstructions

The scaling instructions.

For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.