definitionSubstitutions

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

Parameters

value

A map that specifies the mappings for placeholder variables in the prompt flow definition. This enables the customer to inject values obtained at runtime. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Only supported with the DefinitionString and DefinitionS3Location fields. Substitutions must follow the syntax: ${key_name} or ${variable_1,variable_2,...} .


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

Parameters

values

A map that specifies the mappings for placeholder variables in the prompt flow definition. This enables the customer to inject values obtained at runtime. Variables can be template parameter names, resource logical IDs, resource attributes, or a variable in a key-value map. Only supported with the DefinitionString and DefinitionS3Location fields. Substitutions must follow the syntax: ${key_name} or ${variable_1,variable_2,...} .