staticFiles

@JvmName(name = "nvebmjlvgyhigsul")
suspend fun staticFiles(value: Output<StandardAppVersionHandlerStaticFilesArgs>)
@JvmName(name = "qpkyuvcojjwumilr")
suspend fun staticFiles(value: StandardAppVersionHandlerStaticFilesArgs?)

Parameters

value

Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. Structure is documented below.


@JvmName(name = "rtggjdmdfyhegvbi")
suspend fun staticFiles(argument: suspend StandardAppVersionHandlerStaticFilesArgsBuilder.() -> Unit)

Parameters

argument

Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. Structure is documented below.