Class LaunchConfigurationReference
A reference to a LaunchConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LaunchConfigurationReference : ILaunchConfigurationReference
Syntax (vb)
Public Class LaunchConfigurationReference Implements ILaunchConfigurationReference
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.AutoScaling;
var launchConfigurationReference = new LaunchConfigurationReference {
LaunchConfigurationName = "launchConfigurationName"
};
Synopsis
Constructors
LaunchConfigurationReference() | A reference to a LaunchConfiguration resource. |
Properties
LaunchConfigurationName | The LaunchConfigurationName of the LaunchConfiguration resource. |
Constructors
LaunchConfigurationReference()
A reference to a LaunchConfiguration resource.
public LaunchConfigurationReference()
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.AutoScaling;
var launchConfigurationReference = new LaunchConfigurationReference {
LaunchConfigurationName = "launchConfigurationName"
};
Properties
LaunchConfigurationName
The LaunchConfigurationName of the LaunchConfiguration resource.
public string LaunchConfigurationName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated