GitHubActionCodeConfiguration Class

The GitHub action code configuration.

Inheritance
GitHubActionCodeConfiguration

Constructor

GitHubActionCodeConfiguration(*, runtime_stack: Optional[str] = None, runtime_version: Optional[str] = None, **kwargs)

Parameters

runtime_stack
str
Required

Runtime stack is used to determine the workflow file content for code base apps.

runtime_version
str
Required

Runtime version is used to determine what build version to set in the workflow file.