minimumCompressionSize

@JvmName(name = "unpxcypyboxfxhsg")
suspend fun minimumCompressionSize(value: Output<String>)
@JvmName(name = "faonodesehnkpouq")
suspend fun minimumCompressionSize(value: String?)

Parameters

value

Minimum response size to compress for the REST API. String containing an integer value between -1 and 10485760 (10MB). -1 will disable an existing compression configuration, and all other values will enable compression with the configured size. New resources can simply omit this argument to disable compression, rather than setting the value to -1. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-minimum-compression-size extension. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.