Uses of Class
software.amazon.awscdk.services.apprunner.alpha.GithubSource.Builder
Packages that use GithubSource.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of GithubSource.Builder in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return GithubSource.BuilderModifier 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.BuilderGithubSource.Builder.create()GithubSource.Builder.repositoryUrl(String repositoryUrl) (experimental) The location of the repository that contains the source code.