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 for a target tracking scaling policy to use with Application Auto Scaling.

For information about the available metrics for a service, see Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.

To create your customized metric specification:

For more information about the CloudWatch terminology below, see Amazon CloudWatch concepts in the Amazon CloudWatch User Guide.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationAutoScaling.Model.CustomizedMetricSpecification

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

Syntax

C#
public class CustomizedMetricSpecification

The CustomizedMetricSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Dimensions System.Collections.Generic.List<Amazon.ApplicationAutoScaling.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 scaling policy.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the Metric object that's returned by a call to ListMetrics.

Public Property Metrics System.Collections.Generic.List<Amazon.ApplicationAutoScaling.Model.TargetTrackingMetricDataQuery>

Gets and sets the property Metrics.

The metrics to include in the target tracking scaling policy, as a metric data query. This can include both raw metric and metric math expressions.

Public Property Namespace System.String

Gets and sets the property Namespace.

The namespace of the metric.

Public Property Statistic Amazon.ApplicationAutoScaling.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. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.

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