| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBranch.Builder |
CfnBranch.Builder.appId(String appId)
The unique ID for an Amplify app.
|
CfnBranch.Builder |
CfnBranch.Builder.basicAuthConfig(CfnBranch.BasicAuthConfigProperty basicAuthConfig)
The basic authorization credentials for a branch of an Amplify app.
|
CfnBranch.Builder |
CfnBranch.Builder.basicAuthConfig(IResolvable basicAuthConfig)
The basic authorization credentials for a branch of an Amplify app.
|
CfnBranch.Builder |
CfnBranch.Builder.branchName(String branchName)
The name for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.buildSpec(String buildSpec)
The build specification (build spec) for the branch.
|
static CfnBranch.Builder |
CfnBranch.Builder.create(software.constructs.Construct scope,
String id) |
CfnBranch.Builder |
CfnBranch.Builder.description(String description)
The description for the branch that is part of an Amplify app.
|
CfnBranch.Builder |
CfnBranch.Builder.enableAutoBuild(Boolean enableAutoBuild)
Enables auto building for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.enableAutoBuild(IResolvable enableAutoBuild)
Enables auto building for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.enablePerformanceMode(Boolean enablePerformanceMode)
Enables performance mode for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.enablePerformanceMode(IResolvable enablePerformanceMode)
Enables performance mode for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.enablePullRequestPreview(Boolean enablePullRequestPreview)
Sets whether the Amplify Console creates a preview for each pull request that is made for this branch.
|
CfnBranch.Builder |
CfnBranch.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview)
Sets whether the Amplify Console creates a preview for each pull request that is made for this branch.
|
CfnBranch.Builder |
CfnBranch.Builder.environmentVariables(IResolvable environmentVariables)
The environment variables for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.environmentVariables(List<? extends Object> environmentVariables)
The environment variables for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.pullRequestEnvironmentName(String pullRequestEnvironmentName)
If pull request previews are enabled for this branch, you can use this property to specify a dedicated backend environment for your previews.
|
CfnBranch.Builder |
CfnBranch.Builder.stage(String stage)
Describes the current stage for the branch.
|
CfnBranch.Builder |
CfnBranch.Builder.tags(List<? extends CfnTag> tags)
The tag for the branch.
|
Copyright © 2022. All rights reserved.