Show / Hide Table of Contents

Class LaunchConfigurationReference

A reference to a LaunchConfiguration resource.

Inheritance
object
LaunchConfigurationReference
Implements
ILaunchConfigurationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILaunchConfigurationReference
Back to top Generated by DocFX