Class AutoScalingConfigurationReference
A reference to a AutoScalingConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AutoScalingConfigurationReference : IAutoScalingConfigurationReference
Syntax (vb)
Public Class AutoScalingConfigurationReference Implements IAutoScalingConfigurationReference
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.Interfaces.AppRunner;
var autoScalingConfigurationReference = new AutoScalingConfigurationReference {
AutoScalingConfigurationArn = "autoScalingConfigurationArn"
};
Synopsis
Constructors
| AutoScalingConfigurationReference() | A reference to a AutoScalingConfiguration resource. |
Properties
| AutoScalingConfigurationArn | The AutoScalingConfigurationArn of the AutoScalingConfiguration resource. |
Constructors
AutoScalingConfigurationReference()
A reference to a AutoScalingConfiguration resource.
public AutoScalingConfigurationReference()
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.Interfaces.AppRunner;
var autoScalingConfigurationReference = new AutoScalingConfigurationReference {
AutoScalingConfigurationArn = "autoScalingConfigurationArn"
};
Properties
AutoScalingConfigurationArn
The AutoScalingConfigurationArn of the AutoScalingConfiguration resource.
public string AutoScalingConfigurationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated