Interface IWarmPoolReference
A reference to a WarmPool resource.
Namespace: Amazon.CDK.Interfaces.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWarmPoolReference
Syntax (vb)
Public Interface IWarmPoolReference
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.AutoScaling;
var warmPoolReference = new WarmPoolReference {
AutoScalingGroupName = "autoScalingGroupName"
};
Synopsis
Properties
| AutoScalingGroupName | The AutoScalingGroupName of the WarmPool resource. |
Properties
AutoScalingGroupName
The AutoScalingGroupName of the WarmPool resource.
string AutoScalingGroupName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated