variables

@JvmName(name = "tpkkrwxpkigephdr")
suspend fun variables(value: Output<List<VariablePatchArgs>>)
@JvmName(name = "ufsaxfchjdmoncal")
suspend fun variables(value: List<VariablePatchArgs>?)

Parameters

value

Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under variables in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.


@JvmName(name = "yuyrhfrpseuuobdn")
suspend fun variables(vararg values: Output<VariablePatchArgs>)


@JvmName(name = "lmsgtlilbaorqdkv")
suspend fun variables(values: List<Output<VariablePatchArgs>>)
@JvmName(name = "yxdlrdlttwkbrndl")
suspend fun variables(vararg values: VariablePatchArgs)

Parameters

values

Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under variables in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.


@JvmName(name = "ywfspyffxpxtlpry")
suspend fun variables(argument: List<suspend VariablePatchArgsBuilder.() -> Unit>)
@JvmName(name = "xpylunsncltxsjpf")
suspend fun variables(vararg argument: suspend VariablePatchArgsBuilder.() -> Unit)
@JvmName(name = "hceglcwdtcmspxhk")
suspend fun variables(argument: suspend VariablePatchArgsBuilder.() -> Unit)

Parameters

argument

Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under variables in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.