parameters

@JvmName(name = "xwemddtnlouilwia")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "vrlfmlkpxdntdfan")
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 = "jetecqayogoagxob")
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' .