Interface IGenericWindowsImageProps
Configuration options for GenericWindowsImage.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGenericWindowsImageProps
Syntax (vb)
Public Interface IGenericWindowsImageProps
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 genericWindowsImageProps = new GenericWindowsImageProps {
UserData = userData
};
Synopsis
Properties
UserData | Initial user data. |
Properties
UserData
Initial user data.
virtual UserData UserData { get; }
Property Value
Remarks
Default: - Empty UserData for Windows machines