| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GitHubConnection |
GitHubConnection.fromConnectionArn(String arn)
(experimental) Using existing App Runner connection by specifying the connection ARN.
|
GitHubConnection |
GithubRepositoryProps.getConnection()
(experimental) ARN of the connection to Github.
|
GitHubConnection |
GithubRepositoryProps.Jsii$Proxy.getConnection() |
GitHubConnection |
CodeRepositoryProps.getConnection()
(experimental) The App Runner connection for GitHub.
|
GitHubConnection |
CodeRepositoryProps.Jsii$Proxy.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
GithubSource.Builder |
GithubSource.Builder.connection(GitHubConnection connection)
(experimental) ARN of the connection to Github.
|
GithubRepositoryProps.Builder |
GithubRepositoryProps.Builder.connection(GitHubConnection connection)
Sets the value of
GithubRepositoryProps.getConnection() |
CodeRepositoryProps.Builder |
CodeRepositoryProps.Builder.connection(GitHubConnection connection)
Sets the value of
CodeRepositoryProps.getConnection() |
Copyright © 2022. All rights reserved.