Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnBranchPropsMixin.Builder
Packages that use CfnBranchPropsMixin.Builder
-
Uses of CfnBranchPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.amplify
Methods in software.amazon.awscdk.cfnpropertymixins.services.amplify that return CfnBranchPropsMixin.BuilderModifier and TypeMethodDescriptionThe unique ID for an Amplify app.CfnBranchPropsMixin.Builder.backend(CfnBranchPropsMixin.BackendProperty backend) The backend for aBranchof an Amplify app.CfnBranchPropsMixin.Builder.backend(IResolvable backend) The backend for aBranchof an Amplify app.CfnBranchPropsMixin.Builder.basicAuthConfig(CfnBranchPropsMixin.BasicAuthConfigProperty basicAuthConfig) The basic authorization credentials for a branch of an Amplify app.CfnBranchPropsMixin.Builder.basicAuthConfig(IResolvable basicAuthConfig) The basic authorization credentials for a branch of an Amplify app.CfnBranchPropsMixin.Builder.branchName(String branchName) The name for the branch.The build specification (build spec) for the branch.CfnBranchPropsMixin.Builder.computeRoleArn(String computeRoleArn) The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app.static CfnBranchPropsMixin.BuilderCfnBranchPropsMixin.Builder.create()static CfnBranchPropsMixin.BuilderCfnBranchPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnBranchPropsMixin.Builder.description(String description) The description for the branch that is part of an Amplify app.CfnBranchPropsMixin.Builder.enableAutoBuild(Boolean enableAutoBuild) Enables auto building for the branch.CfnBranchPropsMixin.Builder.enableAutoBuild(IResolvable enableAutoBuild) Enables auto building for the branch.CfnBranchPropsMixin.Builder.enablePerformanceMode(Boolean enablePerformanceMode) Enables performance mode for the branch.CfnBranchPropsMixin.Builder.enablePerformanceMode(IResolvable enablePerformanceMode) Enables performance mode for the branch.CfnBranchPropsMixin.Builder.enablePullRequestPreview(Boolean enablePullRequestPreview) Specifies whether Amplify Hosting creates a preview for each pull request that is made for this branch.CfnBranchPropsMixin.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview) Specifies whether Amplify Hosting creates a preview for each pull request that is made for this branch.CfnBranchPropsMixin.Builder.enableSkewProtection(Boolean enableSkewProtection) Specifies whether the skew protection feature is enabled for the branch.CfnBranchPropsMixin.Builder.enableSkewProtection(IResolvable enableSkewProtection) Specifies whether the skew protection feature is enabled for the branch.CfnBranchPropsMixin.Builder.environmentVariables(List<? extends Object> environmentVariables) The environment variables for the branch.CfnBranchPropsMixin.Builder.environmentVariables(IResolvable environmentVariables) The environment variables for the branch.The framework for the branch.CfnBranchPropsMixin.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.Describes the current stage for the branch.The tag for the branch.