AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateScalingPlan operation. Creates a scaling plan.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AutoScalingPlans.AmazonAutoScalingPlansRequest
      Amazon.AutoScalingPlans.Model.CreateScalingPlanRequest

Namespace: Amazon.AutoScalingPlans.Model
Assembly: AWSSDK.AutoScalingPlans.dll
Version: 3.x.y.z

Syntax

C#
public class CreateScalingPlanRequest : AmazonAutoScalingPlansRequest
         IAmazonWebServiceRequest

The CreateScalingPlanRequest type exposes the following members

Constructors

NameDescription
Public Method CreateScalingPlanRequest()

Properties

NameTypeDescription
Public Property ApplicationSource Amazon.AutoScalingPlans.Model.ApplicationSource

Gets and sets the property ApplicationSource.

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.

Public Property ScalingInstructions System.Collections.Generic.List<Amazon.AutoScalingPlans.Model.ScalingInstruction>

Gets and sets the property ScalingInstructions.

The scaling instructions.

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

Public Property ScalingPlanName System.String

Gets and sets the property ScalingPlanName.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5