PagesProjectBuildConfigArgs

data class PagesProjectBuildConfigArgs(val buildCaching: Output<Boolean>? = null, val buildCommand: Output<String>? = null, val destinationDir: Output<String>? = null, val rootDir: Output<String>? = null, val webAnalyticsTag: Output<String>? = null, val webAnalyticsToken: Output<String>? = null) : ConvertibleToJava<PagesProjectBuildConfigArgs>

Constructors

Link copied to clipboard
constructor(buildCaching: Output<Boolean>? = null, buildCommand: Output<String>? = null, destinationDir: Output<String>? = null, rootDir: Output<String>? = null, webAnalyticsTag: Output<String>? = null, webAnalyticsToken: Output<String>? = null)

Properties

Link copied to clipboard
val buildCaching: Output<Boolean>? = null

Enable build caching for the project.

Link copied to clipboard
val buildCommand: Output<String>? = null

Command used to build project.

Link copied to clipboard
val destinationDir: Output<String>? = null

Output directory of the build.

Link copied to clipboard
val rootDir: Output<String>? = null

Directory to run the command.

Link copied to clipboard
val webAnalyticsTag: Output<String>? = null

The classifying tag for analytics.

Link copied to clipboard
val webAnalyticsToken: Output<String>? = null

The auth token for analytics.

Functions

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