AWS SDK Version 2 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.

.NET Framework 4.5
 
Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request.

If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract PutScalingPolicyResponse PutScalingPolicy(
         PutScalingPolicyRequest request
)

Parameters

request
Type: Amazon.AutoScaling.Model.PutScalingPolicyRequest

Container for the necessary parameters to execute the PutScalingPolicy service method.

Return Value
Type: Amazon.AutoScaling.Model.PutScalingPolicyResponse
The response from the PutScalingPolicy service method, as returned by AutoScaling.

Exceptions

ExceptionCondition
LimitExceededException You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ResourceContentionException You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).

Version Information

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