parameters

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

Parameters

value

Key-value map of query string parameters that specify properties of the export. the following parameters are supported: extensions='integrations' or extensions='apigateway' will export the API with x-amazon-apigateway-integration extensions. extensions='authorizers' will export the API with x-amazon-apigateway-authorizer extensions.


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

Parameters

values

Key-value map of query string parameters that specify properties of the export. the following parameters are supported: extensions='integrations' or extensions='apigateway' will export the API with x-amazon-apigateway-integration extensions. extensions='authorizers' will export the API with x-amazon-apigateway-authorizer extensions.