autoscalingplans_create_scaling_plan: Creates a scaling plan

View source: R/autoscalingplans_operations.R

autoscalingplans_create_scaling_planR Documentation

Creates a scaling plan

Description

Creates a scaling plan.

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

Usage

autoscalingplans_create_scaling_plan(
  ScalingPlanName,
  ApplicationSource,
  ScalingInstructions
)

Arguments

ScalingPlanName

[required] The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.

ApplicationSource

[required] A CloudFormation stack or set of tags. You can create one scaling plan per application source.

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

ScalingInstructions

[required] 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.