Expression Evaluation Options Args
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
fun ExpressionEvaluationOptionsArgs(scope: Output<Either<String, ExpressionEvaluationOptionsScopeType>>? = null)