@Stability(value=Stable) @Internal public static final class CfnApp.AutoBranchCreationConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.AutoBranchCreationConfigProperty
CfnApp.AutoBranchCreationConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApp.AutoBranchCreationConfigProperty.Builder, CfnApp.AutoBranchCreationConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApp.AutoBranchCreationConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApp.AutoBranchCreationConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAutoBranchCreationPatterns()
Automated branch creation glob patterns for the Amplify app.
|
Object |
getBasicAuthConfig()
Sets password protection for your auto created branch.
|
String |
getBuildSpec()
The build specification (build spec) for the autocreated branch.
|
Object |
getEnableAutoBranchCreation()
Enables automated branch creation for the Amplify app.
|
Object |
getEnableAutoBuild()
Enables auto building for the auto created branch.
|
Object |
getEnablePerformanceMode()
Enables performance mode for the branch.
|
Object |
getEnablePullRequestPreview()
Sets whether pull request previews are enabled for each branch that Amplify Console automatically creates for your app.
|
Object |
getEnvironmentVariables()
Environment variables for the auto created branch.
|
String |
getPullRequestEnvironmentName()
If pull request previews are enabled, you can use this property to specify a dedicated backend environment for your previews.
|
String |
getStage()
Stage for the auto created branch.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApp.AutoBranchCreationConfigProperty.Builder builder)
CfnApp.AutoBranchCreationConfigProperty.Builder.public final List<String> getAutoBranchCreationPatterns()
CfnApp.AutoBranchCreationConfigPropertygetAutoBranchCreationPatterns in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getBasicAuthConfig()
CfnApp.AutoBranchCreationConfigPropertygetBasicAuthConfig in interface CfnApp.AutoBranchCreationConfigPropertypublic final String getBuildSpec()
CfnApp.AutoBranchCreationConfigPropertyLength Constraints: Minimum length of 1. Maximum length of 25000.
getBuildSpec in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getEnableAutoBranchCreation()
CfnApp.AutoBranchCreationConfigPropertygetEnableAutoBranchCreation in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getEnableAutoBuild()
CfnApp.AutoBranchCreationConfigPropertygetEnableAutoBuild in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getEnablePerformanceMode()
CfnApp.AutoBranchCreationConfigPropertyPerformance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
getEnablePerformanceMode in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getEnablePullRequestPreview()
CfnApp.AutoBranchCreationConfigPropertyAmplify Console creates previews by deploying your app to a unique URL whenever a pull request is opened for the branch. Development and QA teams can use this preview to test the pull request before it's merged into a production or integration branch.
To provide backend support for your preview, the Amplify Console automatically provisions a temporary backend environment that it deletes when the pull request is closed. If you want to specify a dedicated backend environment for your previews, use the PullRequestEnvironmentName property.
For more information, see Web Previews in the AWS Amplify Hosting User Guide .
getEnablePullRequestPreview in interface CfnApp.AutoBranchCreationConfigPropertypublic final Object getEnvironmentVariables()
CfnApp.AutoBranchCreationConfigPropertygetEnvironmentVariables in interface CfnApp.AutoBranchCreationConfigPropertypublic final String getPullRequestEnvironmentName()
CfnApp.AutoBranchCreationConfigProperty
For example, you could specify an environment named prod , test , or dev that you initialized with the Amplify CLI.
To enable pull request previews, set the EnablePullRequestPreview property to true .
If you don't specify an environment, the Amplify Console provides backend support for each preview by automatically provisioning a temporary backend environment. Amplify Console deletes this environment when the pull request is closed.
For more information about creating backend environments, see Feature Branch Deployments and Team Workflows in the AWS Amplify Hosting User Guide .
Length Constraints: Maximum length of 20.
Pattern: (?s).*
getPullRequestEnvironmentName in interface CfnApp.AutoBranchCreationConfigPropertypublic final String getStage()
CfnApp.AutoBranchCreationConfigPropertygetStage in interface CfnApp.AutoBranchCreationConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.