parameters

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

Parameters

value

Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ignore=documentation as a parameters value, as in the AWS CLI command of aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json' .


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

Parameters

values

Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ignore=documentation as a parameters value, as in the AWS CLI command of aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json' .