contentTypesToCompresses

@JvmName(name = "rdsbmhmaocpyuotm")
suspend fun contentTypesToCompresses(value: Output<List<String>>)
@JvmName(name = "gxfdeyssyhilnkqi")
suspend fun contentTypesToCompresses(value: List<String>?)

Parameters

value

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.


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


@JvmName(name = "oeykcucpynqacfdw")
suspend fun contentTypesToCompresses(values: List<Output<String>>)
@JvmName(name = "fxehkutcwrifgejl")
suspend fun contentTypesToCompresses(vararg values: String)

Parameters

values

An array of strings that indicates a content types on which compression will be applied. The value for the elements should be MIME types.