Show / Hide Table of Contents

Interface CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedScalingMetricProperty

Describes a scaling metric for a predictive scaling policy.

Namespace: Amazon.CDK.Mixins.Preview.AWS.ApplicationAutoScaling.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedScalingMetricProperty
Syntax (vb)
Public Interface CfnScalingPolicyPropsMixin.IPredictiveScalingPredefinedScalingMetricProperty
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-predictivescalingpredefinedscalingmetric.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 predictiveScalingPredefinedScalingMetricProperty = new PredictiveScalingPredefinedScalingMetricProperty {
                     PredefinedMetricType = "predefinedMetricType",
                     ResourceLabel = "resourceLabel"
                 };

    Synopsis

    Properties

    PredefinedMetricType

    The metric type.

    ResourceLabel

    A label that uniquely identifies a specific target group from which to determine the average request count.

    Properties

    PredefinedMetricType

    The metric type.

    string? PredefinedMetricType { get; }
    Property Value

    string

    Remarks

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

    ResourceLabel

    A label that uniquely identifies a specific target group from which to determine the average request count.

    string? ResourceLabel { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX