definitionSubstitutions

@JvmName(name = "igwbcvglxksxnmgi")
suspend fun definitionSubstitutions(value: Output<Map<String, Any>>)
@JvmName(name = "ueutjwddbahrughs")
suspend fun definitionSubstitutions(value: Map<String, Any>?)

Parameters

value

A map (string to string) that specifies the mappings for placeholder variables in the state machine definition. This enables the customer to inject values obtained at runtime, for example from intrinsic functions, in the state machine definition. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Substitutions must follow the syntax: ${key_name} or ${variable_1,variable_2,...} .


@JvmName(name = "uvpvrvrfmwefewol")
fun definitionSubstitutions(vararg values: Pair<String, Any>)

Parameters

values

A map (string to string) that specifies the mappings for placeholder variables in the state machine definition. This enables the customer to inject values obtained at runtime, for example from intrinsic functions, in the state machine definition. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Substitutions must follow the syntax: ${key_name} or ${variable_1,variable_2,...} .