| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
App |
App.addAutoBranchEnvironment(String name,
String value)
(experimental) Adds an environment variable to the auto created branch.
|
App |
App.addCustomRule(CustomRule rule)
(experimental) Adds a custom rewrite/redirect rule to this application.
|
App |
App.addEnvironment(String name,
String value)
(experimental) Adds an environment variable to this application.
|
App |
App.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeProviderConfig |
GitLabSourceCodeProvider.bind(App _app)
(experimental) Binds the source code provider to an app.
|
SourceCodeProviderConfig |
ISourceCodeProvider.bind(App app)
(experimental) Binds the source code provider to an app.
|
SourceCodeProviderConfig |
ISourceCodeProvider.Jsii$Proxy.bind(App app)
(experimental) Binds the source code provider to an app.
|
default SourceCodeProviderConfig |
ISourceCodeProvider.Jsii$Default.bind(App app)
(experimental) Binds the source code provider to an app.
|
SourceCodeProviderConfig |
CodeCommitSourceCodeProvider.bind(App app)
(experimental) Binds the source code provider to an app.
|
SourceCodeProviderConfig |
GitHubSourceCodeProvider.bind(App _app)
(experimental) Binds the source code provider to an app.
|
Copyright © 2022. All rights reserved.