A line that should be added to the [userData] section of a LaunchConfiguration template.

interface UserDataLine {
    automaticallyIndent?: boolean;
    contents: string;
}

Properties

automaticallyIndent?: boolean

Whether the line should be automatically indented to the right level. Defaults to [true]. Set explicitly to [false] to control all indentation.

contents: string

Actual contents of the line.

Generated using TypeDoc