FormFileUploaderFieldConfigArgs

constructor(acceptedFileTypes: Output<List<String>>, accessLevel: Output<FormStorageAccessLevel>, isResumable: Output<Boolean>? = null, maxFileCount: Output<Double>? = null, maxSize: Output<Double>? = null, showThumbnails: Output<Boolean>? = null)