Standard App Version Handler Static Files Args
data class StandardAppVersionHandlerStaticFilesArgs(val applicationReadable: Output<Boolean>? = null, val expiration: Output<String>? = null, val httpHeaders: Output<Map<String, String>>? = null, val mimeType: Output<String>? = null, val path: Output<String>? = null, val requireMatchingFile: Output<Boolean>? = null, val uploadPathRegex: Output<String>? = null) : ConvertibleToJava<StandardAppVersionHandlerStaticFilesArgs>
Constructors
Link copied to clipboard
fun StandardAppVersionHandlerStaticFilesArgs(applicationReadable: Output<Boolean>? = null, expiration: Output<String>? = null, httpHeaders: Output<Map<String, String>>? = null, mimeType: Output<String>? = null, path: Output<String>? = null, requireMatchingFile: Output<Boolean>? = null, uploadPathRegex: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.