acceptedFileTypes

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


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