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.

Represents a CloudWatch metric of your choosing that can be used for dynamic scaling as part of a target tracking scaling policy.

To create your customized scaling metric specification:

For information about terminology, available metrics, or how to publish new metrics, see Amazon CloudWatch Concepts in the Amazon CloudWatch User Guide.

Inheritance Hierarchy

System.Object
  Amazon.AutoScalingPlans.Model.CustomizedScalingMetricSpecification

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

Syntax

C#
public class CustomizedScalingMetricSpecification

The CustomizedScalingMetricSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Dimensions System.Collections.Generic.List<Amazon.AutoScalingPlans.Model.MetricDimension>

Gets and sets the property Dimensions.

The dimensions of the metric.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your customized scaling metric specification.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the metric.

Public Property Namespace System.String

Gets and sets the property Namespace.

The namespace of the metric.

Public Property Statistic Amazon.AutoScalingPlans.MetricStatistic

Gets and sets the property Statistic.

The statistic of the metric.

Public Property Unit System.String

Gets and sets the property Unit.

The unit of the metric.

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