Show / Hide Table of Contents

Class CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedLoadMetricProperty

Describes a load metric for a predictive scaling policy.

Inheritance
object
CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedLoadMetricProperty
Implements
CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedLoadMetricProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ApplicationAutoScaling.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedLoadMetricProperty : CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedLoadMetricProperty
Syntax (vb)
Public Class CfnScalingPolicyPropsMixin.PredictiveScalingPredefinedLoadMetricProperty Implements CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedLoadMetricProperty
Remarks

When returned in the output of DescribePolicies , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

The following predefined metrics are available for predictive scaling:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predictivescalingpredefinedloadmetric.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.Mixins.Preview.AWS.ApplicationAutoScaling.Mixins;
    
                 var predictiveScalingPredefinedLoadMetricProperty = new PredictiveScalingPredefinedLoadMetricProperty {
                     PredefinedMetricType = "predefinedMetricType",
                     ResourceLabel = "resourceLabel"
                 };

    Synopsis

    Constructors

    PredictiveScalingPredefinedLoadMetricProperty()

    Describes a load metric for a predictive scaling policy.

    Properties

    PredefinedMetricType

    The metric type.

    ResourceLabel

    A label that uniquely identifies a target group.

    Constructors

    PredictiveScalingPredefinedLoadMetricProperty()

    Describes a load metric for a predictive scaling policy.

    public PredictiveScalingPredefinedLoadMetricProperty()
    Remarks

    When returned in the output of DescribePolicies , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

    The following predefined metrics are available for predictive scaling:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predictivescalingpredefinedloadmetric.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.Mixins.Preview.AWS.ApplicationAutoScaling.Mixins;
      
                   var predictiveScalingPredefinedLoadMetricProperty = new PredictiveScalingPredefinedLoadMetricProperty {
                       PredefinedMetricType = "predefinedMetricType",
                       ResourceLabel = "resourceLabel"
                   };

      Properties

      PredefinedMetricType

      The metric type.

      public string? PredefinedMetricType { get; set; }
      Property Value

      string

      Remarks

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

      ResourceLabel

      A label that uniquely identifies a target group.

      public string? ResourceLabel { get; set; }
      Property Value

      string

      Remarks

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

      Implements

      CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedLoadMetricProperty
      Back to top Generated by DocFX