StaticSiteBuildProperties Class

Build properties for the static site.

Inheritance
StaticSiteBuildProperties

Constructor

StaticSiteBuildProperties(*, app_location: Optional[str] = None, api_location: Optional[str] = None, app_artifact_location: Optional[str] = None, **kwargs)

Parameters

app_location
str
Required

The path to the app code within the repository.

api_location
str
Required

The path to the api code within the repository.

app_artifact_location
str
Required

The path of the app artifacts after building.