Class GenericLinuxImageProps
Configuration options for GenericLinuxImage.
Inheritance
System.Object
GenericLinuxImageProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GenericLinuxImageProps : Object, IGenericLinuxImageProps
Syntax (vb)
Public Class GenericLinuxImageProps
Inherits Object
Implements IGenericLinuxImageProps
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.EC2;
UserData userData;
var genericLinuxImageProps = new GenericLinuxImageProps {
UserData = userData
};
Synopsis
Constructors
GenericLinuxImageProps() |
Properties
UserData | Initial user data. |
Constructors
GenericLinuxImageProps()
public GenericLinuxImageProps()
Properties
UserData
Initial user data.
public UserData UserData { get; set; }
Property Value
Remarks
Default: - Empty UserData for Linux machines