contentTypesToCompresses

@JvmName(name = "abrrqlqwvdrjhodf")
suspend fun contentTypesToCompresses(value: Output<List<String>>)
@JvmName(name = "smhdxhrvfdoxadoi")
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 = "abyspagwsjbekpld")
suspend fun contentTypesToCompresses(vararg values: Output<String>)


@JvmName(name = "dxrxrcvkuquuwcjn")
suspend fun contentTypesToCompresses(values: List<Output<String>>)
@JvmName(name = "kuqbqvwcmerqiudx")
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.