Branch Args
constructor(appId: Output<String>? = null, backend: Output<BranchBackendArgs>? = null, basicAuthConfig: Output<BranchBasicAuthConfigArgs>? = null, branchName: Output<String>? = null, buildSpec: Output<String>? = null, description: Output<String>? = null, enableAutoBuild: Output<Boolean>? = null, enablePerformanceMode: Output<Boolean>? = null, enablePullRequestPreview: Output<Boolean>? = null, environmentVariables: Output<List<BranchEnvironmentVariableArgs>>? = null, framework: Output<String>? = null, pullRequestEnvironmentName: Output<String>? = null, stage: Output<BranchStage>? = null, tags: Output<List<TagArgs>>? = null)