Interface ILinuxUserDataOptions
Options when constructing UserData for Linux.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILinuxUserDataOptions
Syntax (vb)
Public Interface ILinuxUserDataOptions
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;
var linuxUserDataOptions = new LinuxUserDataOptions {
Shebang = "shebang"
};
Synopsis
Properties
Shebang | Shebang for the UserData script. |
Properties
Shebang
Shebang for the UserData script.
virtual string Shebang { get; }
Property Value
System.String
Remarks
Default: "#!/bin/bash"