| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
GithubSource.Builder |
GithubSource.Builder.branch(String branch)
(experimental) The branch name that represents a specific version for the repository.
|
GithubSource.Builder |
GithubSource.Builder.codeConfigurationValues(CodeConfigurationValues codeConfigurationValues)
(experimental) The code configuration values.
|
GithubSource.Builder |
GithubSource.Builder.configurationSource(ConfigurationSourceType configurationSource)
(experimental) The source of the App Runner configuration.
|
GithubSource.Builder |
GithubSource.Builder.connection(GitHubConnection connection)
(experimental) ARN of the connection to Github.
|
static GithubSource.Builder |
GithubSource.Builder.create() |
GithubSource.Builder |
GithubSource.Builder.repositoryUrl(String repositoryUrl)
(experimental) The location of the repository that contains the source code.
|
Copyright © 2022. All rights reserved.