inputPaths

@JvmName(name = "sdlsvxgvvjcsnvpq")
suspend fun inputPaths(value: Output<Map<String, String>>)
@JvmName(name = "dqwxdbipojmhjvdg")
suspend fun inputPaths(value: Map<String, String>?)

Parameters

value

Key value pairs specified in the form of JSONPath (for example, time = $.time)

  • You can have as many as 100 key-value pairs.

  • You must use JSON dot notation, not bracket notation.

  • The keys can't start with "AWS".


@JvmName(name = "nkjkwphlusawiymp")
fun inputPaths(vararg values: Pair<String, String>)

Parameters

values

Key value pairs specified in the form of JSONPath (for example, time = $.time)

  • You can have as many as 100 key-value pairs.

  • You must use JSON dot notation, not bracket notation.

  • The keys can't start with "AWS".