binaryMediaTypes

@JvmName(name = "sxtqllufqualopim")
suspend fun binaryMediaTypes(value: Output<List<String>>)
@JvmName(name = "suhhstkxmkdjequk")
suspend fun binaryMediaTypes(value: List<String>?)

Parameters

value

List of binary media types supported by the REST API. By default, the REST API supports only UTF-8-encoded text payloads. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-binary-media-types extension. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.


@JvmName(name = "jbekbypyvgfcrshq")
suspend fun binaryMediaTypes(vararg values: Output<String>)


@JvmName(name = "ptjilqomulelctby")
suspend fun binaryMediaTypes(values: List<Output<String>>)
@JvmName(name = "xucmmnuyvxeibysb")
suspend fun binaryMediaTypes(vararg values: String)

Parameters

values

List of binary media types supported by the REST API. By default, the REST API supports only UTF-8-encoded text payloads. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-binary-media-types extension. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.