Show / Hide Table of Contents

Interface IScalingPolicyReference

A reference to a ScalingPolicy resource.

Namespace: Amazon.CDK.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScalingPolicyReference
Syntax (vb)
Public Interface IScalingPolicyReference
Remarks

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 scalingPolicyReference = new ScalingPolicyReference {
                ScalableDimension = "scalableDimension",
                ScalingPolicyArn = "scalingPolicyArn"
            };

Synopsis

Properties

ScalableDimension

The ScalableDimension of the ScalingPolicy resource.

ScalingPolicyArn

The Arn of the ScalingPolicy resource.

Properties

ScalableDimension

The ScalableDimension of the ScalingPolicy resource.

string ScalableDimension { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ScalingPolicyArn

The Arn of the ScalingPolicy resource.

string ScalingPolicyArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX