Static Site Build Properties Args
data class StaticSiteBuildPropertiesArgs(val apiBuildCommand: Output<String>? = null, val apiLocation: Output<String>? = null, val appArtifactLocation: Output<String>? = null, val appBuildCommand: Output<String>? = null, val appLocation: Output<String>? = null, val githubActionSecretNameOverride: Output<String>? = null, val outputLocation: Output<String>? = null, val skipGithubActionWorkflowGeneration: Output<Boolean>? = null) : ConvertibleToJava<StaticSiteBuildPropertiesArgs>
Build properties for the static site.
Constructors
Link copied to clipboard
constructor(apiBuildCommand: Output<String>? = null, apiLocation: Output<String>? = null, appArtifactLocation: Output<String>? = null, appBuildCommand: Output<String>? = null, appLocation: Output<String>? = null, githubActionSecretNameOverride: Output<String>? = null, outputLocation: Output<String>? = null, skipGithubActionWorkflowGeneration: Output<Boolean>? = null)
Properties
Link copied to clipboard
A custom command to run during deployment of the Azure Functions API application.
Link copied to clipboard
The path to the api code within the repository.
Link copied to clipboard
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)
Link copied to clipboard
A custom command to run during deployment of the static content application.
Link copied to clipboard
The path to the app code within the repository.
Link copied to clipboard
Github Action secret name override.
Link copied to clipboard
The output path of the app after building.
Link copied to clipboard
Skip Github Action workflow generation.