Class CfnApp.AutoBranchCreationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApp.AutoBranchCreationConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApp.AutoBranchCreationConfigProperty
CfnApp.AutoBranchCreationConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplify.CfnApp.AutoBranchCreationConfigProperty
CfnApp.AutoBranchCreationConfigProperty.Builder, CfnApp.AutoBranchCreationConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApp.AutoBranchCreationConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Automated branch creation glob patterns for the Amplify app.final Object
Sets password protection for your auto created branch.final String
The build specification (build spec) for the autocreated branch.final Object
Enables automated branch creation for the Amplify app.final Object
Enables auto building for the auto created branch.final Object
Enables performance mode for the branch.final Object
Sets whether pull request previews are enabled for each branch that Amplify Hosting automatically creates for your app.final Object
Environment variables for the auto created branch.final String
The framework for the autocreated branch.final String
If pull request previews are enabled, you can use this property to specify a dedicated backend environment for your previews.final String
getStage()
Stage for the auto created branch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApp.AutoBranchCreationConfigProperty.Builder
.
-
-
Method Details
-
getAutoBranchCreationPatterns
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Automated branch creation glob patterns for the Amplify app.- Specified by:
getAutoBranchCreationPatterns
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getBasicAuthConfig
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Sets password protection for your auto created branch.- Specified by:
getBasicAuthConfig
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getBuildSpec
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
The build specification (build spec) for the autocreated branch.Length Constraints: Minimum length of 1. Maximum length of 25000.
- Specified by:
getBuildSpec
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getEnableAutoBranchCreation
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Enables automated branch creation for the Amplify app.- Specified by:
getEnableAutoBranchCreation
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getEnableAutoBuild
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Enables auto building for the auto created branch.- Specified by:
getEnableAutoBuild
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getEnablePerformanceMode
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Enables performance mode for the branch.Performance 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.
- Specified by:
getEnablePerformanceMode
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getEnablePullRequestPreview
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Sets whether pull request previews are enabled for each branch that Amplify Hosting automatically creates for your app.Amplify 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, Amplify Hosting 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 .
- Specified by:
getEnablePullRequestPreview
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getEnvironmentVariables
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Environment variables for the auto created branch.- Specified by:
getEnvironmentVariables
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getFramework
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
The framework for the autocreated branch.- Specified by:
getFramework
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getPullRequestEnvironmentName
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
If pull request previews are enabled, you can use this property to specify a dedicated backend environment for your previews.For example, you could specify an environment named
prod
,test
, ordev
that you initialized with the Amplify CLI.To enable pull request previews, set the
EnablePullRequestPreview
property totrue
.If you don't specify an environment, Amplify Hosting provides backend support for each preview by automatically provisioning a temporary backend environment. Amplify 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).*
- Specified by:
getPullRequestEnvironmentName
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
getStage
Description copied from interface:CfnApp.AutoBranchCreationConfigProperty
Stage for the auto created branch.- Specified by:
getStage
in interfaceCfnApp.AutoBranchCreationConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-