parameters

@JvmName(name = "mnrxmlqxpvrkaqsu")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "opydvsbylxijtaqa")
suspend fun parameters(value: Map<String, String>?)

Parameters

value

Map of customizations for importing the specification in the body argument. For example, to exclude DocumentationParts from an imported API, use ignore = "documentation". Additional documentation, including other parameters such as basepath, can be found in the API Gateway Developer Guide.


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

Parameters

values

Map of customizations for importing the specification in the body argument. For example, to exclude DocumentationParts from an imported API, use ignore = "documentation". Additional documentation, including other parameters such as basepath, can be found in the API Gateway Developer Guide.