I18nConfigArgs

data class I18nConfigArgs(val root: Output<String>) : ConvertibleToJava<I18nConfigArgs>

If provided, i18n rewrites are enabled.

Constructors

Link copied to clipboard
fun I18nConfigArgs(root: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): I18nConfigArgs

Properties

Link copied to clipboard
val root: Output<String>

The user-supplied path where country and language specific content will be looked for within the public directory.