acceptedFileTypes

@JvmName(name = "vgkpwbopwlhlnier")
suspend fun acceptedFileTypes(value: Output<List<String>>)
@JvmName(name = "qmdrysgrseivduyf")
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 = "xxhuvpifusmtrfiq")
suspend fun acceptedFileTypes(vararg values: Output<String>)


@JvmName(name = "kkrsbnodqkbhtdon")
suspend fun acceptedFileTypes(values: List<Output<String>>)
@JvmName(name = "vwrdrtervyyldluu")
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.