ExpressionEvaluationOptionsArgs

data class ExpressionEvaluationOptionsArgs(val scope: Output<Either<String, ExpressionEvaluationOptionsScopeType>>? = null) : ConvertibleToJava<ExpressionEvaluationOptionsArgs>

Specifies whether template expressions are evaluated within the scope of the parent template or nested template.

Constructors

Link copied to clipboard
constructor(scope: Output<Either<String, ExpressionEvaluationOptionsScopeType>>? = null)

Properties

Link copied to clipboard
val scope: Output<Either<String, ExpressionEvaluationOptionsScopeType>>? = null

The scope to be used for evaluation of parameters, variables and functions in a nested template.

Functions

Link copied to clipboard
open override fun toJava(): ExpressionEvaluationOptionsArgs