StaticSiteTemplateOptions Class

Template Options for the static site.

Inheritance
StaticSiteTemplateOptions

Constructor

StaticSiteTemplateOptions(*, template_repository_url: Optional[str] = None, owner: Optional[str] = None, repository_name: Optional[str] = None, description: Optional[str] = None, is_private: Optional[bool] = None, **kwargs)

Parameters

template_repository_url
str
Required

URL of the template repository. The newly generated repository will be based on this one.

owner
str
Required

Owner of the newly generated repository.

repository_name
str
Required

Name of the newly generated repository.

description
str
Required

Description of the newly generated repository.

is_private
bool
Required

Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).