contentTypesToCompress

@JvmName(name = "chvexjlrfsvutfkl")
suspend fun contentTypesToCompress(value: Output<List<String>>)
@JvmName(name = "njydguydnpcpvghe")
suspend fun contentTypesToCompress(value: List<String>?)

Parameters

value

List of content types on which compression applies. The value should be a valid MIME type.


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


@JvmName(name = "txreqrqeipfnnfqf")
suspend fun contentTypesToCompress(values: List<Output<String>>)
@JvmName(name = "uhjqgbkbusxaimcj")
suspend fun contentTypesToCompress(vararg values: String)

Parameters

values

List of content types on which compression applies. The value should be a valid MIME type.