Show / Hide Table of Contents

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.

UserData? UserData { get; }
Property Value

UserData

Remarks

Default: - Empty UserData for Windows machines

Back to top Generated by DocFX