Class CfnBranchMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBranchMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBranchMixinProps
CfnBranchMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnBranchMixinProps
CfnBranchMixinProps.Builder, CfnBranchMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBranchMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBranchMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetAppId()The unique ID for an Amplify app.final ObjectThe backend for aBranchof an Amplify app.final ObjectThe basic authorization credentials for a branch of an Amplify app.final StringThe name for the branch.final StringThe build specification (build spec) for the branch.final StringThe Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app.final StringThe description for the branch that is part of an Amplify app.final ObjectEnables auto building for the branch.final ObjectEnables performance mode for the branch.final ObjectSpecifies whether Amplify Hosting creates a preview for each pull request that is made for this branch.final ObjectSpecifies whether the skew protection feature is enabled for the branch.final ObjectThe environment variables for the branch.final StringThe framework for the branch.final StringIf pull request previews are enabled for this branch, you can use this property to specify a dedicated backend environment for your previews.final StringgetStage()Describes the current stage for the branch.getTags()The tag for the branch.final inthashCode()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 theCfnBranchMixinProps.Builder.
-
-
Method Details
-
getAppId
Description copied from interface:CfnBranchMixinPropsThe unique ID for an Amplify app.- Specified by:
getAppIdin interfaceCfnBranchMixinProps- See Also:
-
getBackend
Description copied from interface:CfnBranchMixinPropsThe backend for aBranchof an Amplify app. Use for a backend created from an CloudFormation stack.This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Returns union: either
IResolvableorCfnBranchPropsMixin.BackendProperty- Specified by:
getBackendin interfaceCfnBranchMixinProps- See Also:
-
getBasicAuthConfig
Description copied from interface:CfnBranchMixinPropsThe basic authorization credentials for a branch of an Amplify app.You must base64-encode the authorization credentials and provide them in the format
user:password.Returns union: either
IResolvableorCfnBranchPropsMixin.BasicAuthConfigProperty- Specified by:
getBasicAuthConfigin interfaceCfnBranchMixinProps- See Also:
-
getBranchName
Description copied from interface:CfnBranchMixinPropsThe name for the branch.- Specified by:
getBranchNamein interfaceCfnBranchMixinProps- See Also:
-
getBuildSpec
Description copied from interface:CfnBranchMixinPropsThe build specification (build spec) for the branch.- Specified by:
getBuildSpecin interfaceCfnBranchMixinProps- See Also:
-
getComputeRoleArn
Description copied from interface:CfnBranchMixinPropsThe Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app.The SSR Compute role allows the Amplify Hosting compute service to securely access specific AWS resources based on the role's permissions. For more information about the SSR Compute role, see Adding an SSR Compute role in the Amplify User Guide .
- Specified by:
getComputeRoleArnin interfaceCfnBranchMixinProps- See Also:
-
getDescription
Description copied from interface:CfnBranchMixinPropsThe description for the branch that is part of an Amplify app.- Specified by:
getDescriptionin interfaceCfnBranchMixinProps- See Also:
-
getEnableAutoBuild
Description copied from interface:CfnBranchMixinPropsEnables auto building for the branch.Returns union: either
BooleanorIResolvable- Specified by:
getEnableAutoBuildin interfaceCfnBranchMixinProps- See Also:
-
getEnablePerformanceMode
Description copied from interface:CfnBranchMixinPropsEnables 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.
Returns union: either
BooleanorIResolvable- Specified by:
getEnablePerformanceModein interfaceCfnBranchMixinProps- See Also:
-
getEnablePullRequestPreview
Description copied from interface:CfnBranchMixinPropsSpecifies whether Amplify Hosting creates a preview for each pull request that is made for this branch.If this property is enabled, Amplify deploys your app to a unique preview URL after each pull request is opened. 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 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
PullRequestEnvironmentNameproperty.For more information, see Web Previews in the AWS Amplify Hosting User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getEnablePullRequestPreviewin interfaceCfnBranchMixinProps- See Also:
-
getEnableSkewProtection
Description copied from interface:CfnBranchMixinPropsSpecifies whether the skew protection feature is enabled for the branch.Deployment skew protection is available to Amplify applications to eliminate version skew issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see Skew protection for Amplify deployments in the Amplify User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getEnableSkewProtectionin interfaceCfnBranchMixinProps- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnBranchMixinPropsThe environment variables for the branch.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBranchPropsMixin.EnvironmentVariableProperty>- Specified by:
getEnvironmentVariablesin interfaceCfnBranchMixinProps- See Also:
-
getFramework
Description copied from interface:CfnBranchMixinPropsThe framework for the branch.- Specified by:
getFrameworkin interfaceCfnBranchMixinProps- See Also:
-
getPullRequestEnvironmentName
Description copied from interface:CfnBranchMixinPropsIf pull request previews are enabled for this branch, you can use this property to specify a dedicated backend environment for your previews.For example, you could specify an environment named
prod,test, ordevthat you initialized with the Amplify CLI and mapped to this branch.To enable pull request previews, set the
EnablePullRequestPreviewproperty totrue.If you don't specify an environment, Amplify Hosting provides backend support for each preview by automatically provisioning a temporary backend environment. Amplify Hosting 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 .
- Specified by:
getPullRequestEnvironmentNamein interfaceCfnBranchMixinProps- See Also:
-
getStage
Description copied from interface:CfnBranchMixinPropsDescribes the current stage for the branch.- Specified by:
getStagein interfaceCfnBranchMixinProps- See Also:
-
getTags
Description copied from interface:CfnBranchMixinPropsThe tag for the branch.- Specified by:
getTagsin interfaceCfnBranchMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-