acceptedFileTypes

@JvmName(name = "jysgkphcfigahtcb")
suspend fun acceptedFileTypes(value: Output<List<String>>)
@JvmName(name = "annnwavrgiobkpdv")
suspend fun acceptedFileTypes(value: List<String>)

Parameters

value

The file types that are allowed to be uploaded by the file uploader. Provide this information in an array of strings specifying the valid file extensions.


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


@JvmName(name = "vwmpheromrbkylff")
suspend fun acceptedFileTypes(values: List<Output<String>>)
@JvmName(name = "hiaojevrpextcqlm")
suspend fun acceptedFileTypes(vararg values: String)

Parameters

values

The file types that are allowed to be uploaded by the file uploader. Provide this information in an array of strings specifying the valid file extensions.