Uses of Class
software.amazon.awscdk.services.apprunner.GithubSource.Builder
-
Uses of GithubSource.Builder in software.amazon.awscdk.services.apprunner
Modifier and TypeMethodDescription(experimental) The branch name that represents a specific version for the repository.GithubSource.Builder.codeConfigurationValues
(CodeConfigurationValues codeConfigurationValues) (experimental) The code configuration values.GithubSource.Builder.configurationSource
(ConfigurationSourceType configurationSource) (experimental) The source of the App Runner configuration.GithubSource.Builder.connection
(GitHubConnection connection) (experimental) ARN of the connection to Github.static GithubSource.Builder
GithubSource.Builder.create()
GithubSource.Builder.repositoryUrl
(String repositoryUrl) (experimental) The location of the repository that contains the source code.