StaticSiteZipDeployment Class

A static site zip deployment.

Constructor

StaticSiteZipDeployment(*args: Any, **kwargs: Any)

Variables

Name Description
app_zip_url
str

URL for the zipped app content.

api_zip_url
str

URL for the zipped api content.

deployment_title
str

A title to label the deployment.

provider
str

The provider submitting this deployment.

function_language
str

The language of the api content, if it exists.

Attributes

api_zip_url

URL for the zipped api content.

api_zip_url: str | None

app_zip_url

URL for the zipped app content.

app_zip_url: str | None

deployment_title

A title to label the deployment.

deployment_title: str | None

function_language

The language of the api content, if it exists.

function_language: str | None

provider

The provider submitting this deployment.

provider: str | None