GetVariableResult

data class GetVariableResult(val id: String, val items: Map<String, String>, val namespace: String? = null, val path: String)

A collection of values returned by getVariable.

Constructors

Link copied to clipboard
constructor(id: String, items: Map<String, String>, namespace: String? = null, path: 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

(map[string]string) - Map of items in the variable.

Link copied to clipboard
val namespace: String? = null

(string) - The namespace in which the variable exists.

Link copied to clipboard

(string) - The path at which the variable exists.