minimumCompressionSize

@JvmName(name = "dtvlswbcpxekilpo")
suspend fun minimumCompressionSize(value: Output<Int>)
@JvmName(name = "mtxvfkewurxtitwd")
suspend fun minimumCompressionSize(value: Int?)

Parameters

value

Minimum response size to compress for the REST API. Integer between -1 and 10485760 (10MB). Setting a value greater than -1 will enable compression, -1 disables compression (default). If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-minimum-compression-size extension. If the argument value (except -1) is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.