Show / Hide Table of Contents

Class CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty

The customized load metric specification.

Inheritance
object
CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty
Implements
CfnScalingPolicy.IPredictiveScalingCustomizedLoadMetricProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty : CfnScalingPolicy.IPredictiveScalingCustomizedLoadMetricProperty
Syntax (vb)
Public Class CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty Implements CfnScalingPolicy.IPredictiveScalingCustomizedLoadMetricProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predictivescalingcustomizedloadmetric.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ApplicationAutoScaling;

             var predictiveScalingCustomizedLoadMetricProperty = new PredictiveScalingCustomizedLoadMetricProperty {
                 MetricDataQueries = new [] { new PredictiveScalingMetricDataQueryProperty {
                     Expression = "expression",
                     Id = "id",
                     Label = "label",
                     MetricStat = new PredictiveScalingMetricStatProperty {
                         Metric = new PredictiveScalingMetricProperty {
                             Dimensions = new [] { new PredictiveScalingMetricDimensionProperty {
                                 Name = "name",
                                 Value = "value"
                             } },
                             MetricName = "metricName",
                             Namespace = "namespace"
                         },
                         Stat = "stat",
                         Unit = "unit"
                     },
                     ReturnData = false
                 } }
             };

Synopsis

Constructors

PredictiveScalingCustomizedLoadMetricProperty()

The customized load metric specification.

Properties

MetricDataQueries

The customized load metric specification.

Constructors

PredictiveScalingCustomizedLoadMetricProperty()

The customized load metric specification.

public PredictiveScalingCustomizedLoadMetricProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predictivescalingcustomizedloadmetric.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ApplicationAutoScaling;

             var predictiveScalingCustomizedLoadMetricProperty = new PredictiveScalingCustomizedLoadMetricProperty {
                 MetricDataQueries = new [] { new PredictiveScalingMetricDataQueryProperty {
                     Expression = "expression",
                     Id = "id",
                     Label = "label",
                     MetricStat = new PredictiveScalingMetricStatProperty {
                         Metric = new PredictiveScalingMetricProperty {
                             Dimensions = new [] { new PredictiveScalingMetricDimensionProperty {
                                 Name = "name",
                                 Value = "value"
                             } },
                             MetricName = "metricName",
                             Namespace = "namespace"
                         },
                         Stat = "stat",
                         Unit = "unit"
                     },
                     ReturnData = false
                 } }
             };

Properties

MetricDataQueries

The customized load metric specification.

public object MetricDataQueries { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predictivescalingcustomizedloadmetric.html#cfn-applicationautoscaling-scalingpolicy-predictivescalingcustomizedloadmetric-metricdataqueries

Implements

CfnScalingPolicy.IPredictiveScalingCustomizedLoadMetricProperty
Back to top Generated by DocFX