GetLaunchOptionsResult

data class GetLaunchOptionsResult(val id: String, val ids: List<String>, val launchOptions: List<GetLaunchOptionsLaunchOption>, val nameRegex: String? = null, val options: List<GetLaunchOptionsOption>, val outputFile: String? = null, val productId: String)

A collection of values returned by getLaunchOptions.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, launchOptions: List<GetLaunchOptionsLaunchOption>, nameRegex: String? = null, options: List<GetLaunchOptionsOption>, outputFile: String? = null, productId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

(Available since v1.197.0) A list of Launch Option Entries. Each element contains the following attributes:

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

(Deprecated since v1.197.0) A list of Launch Option Entries. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard