AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.allowLibraryDependencies(Boolean allowLibraryDependencies) |
(experimental) Allow the project to include peerDependencies and bundledDependencies.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.appEntrypoint(String appEntrypoint) |
(experimental) The CDK app's entrypoint (relative to the source directory, which is "src" by default).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.artifactsDirectory(String artifactsDirectory) |
(experimental) A directory which will contain build artifacts.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.authorEmail(String authorEmail) |
(experimental) Author's e-mail.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.authorName(String authorName) |
(experimental) Author's name.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.authorOrganization(Boolean authorOrganization) |
(experimental) Is the author an organization.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.authorUrl(String authorUrl) |
(experimental) Author's URL / Website.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.autoApproveOptions(AutoApproveOptions autoApproveOptions) |
(experimental) Enable and configure the 'auto approve' workflow.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.autoApproveUpgrades(Boolean autoApproveUpgrades) |
(experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.autoDetectBin(Boolean autoDetectBin) |
(experimental) Automatically add all executables under the bin directory to your package.json file under the bin section.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.autoMerge(Boolean autoMerge) |
(experimental) Enable automatic merging on GitHub.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.autoMergeOptions(AutoMergeOptions autoMergeOptions) |
(experimental) Configure options for automatic merging on GitHub.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.bin(Map<String,String> bin) |
(experimental) Binary programs vended with your module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.bugsEmail(String bugsEmail) |
(experimental) The email address to which issues should be reported.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.bugsUrl(String bugsUrl) |
(experimental) The url to your project's issue tracker.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.buildCommand(String buildCommand) |
(experimental) A command to execute before synthesis.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.buildWorkflow(Boolean buildWorkflow) |
(experimental) Define a GitHub workflow for building PRs.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.buildWorkflowTriggers(Triggers buildWorkflowTriggers) |
(experimental) Build workflow triggers.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.bundledDeps(List<String> bundledDeps) |
(experimental) List of dependencies to bundle into this module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.bundlerOptions(BundlerOptions bundlerOptions) |
(experimental) Options for Bundler.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkAssert(Boolean cdkAssert) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkAssertions(Boolean cdkAssertions) |
(experimental) Install the assertions library?
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkDependencies(List<String> cdkDependencies) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkDependenciesAsDeps(Boolean cdkDependenciesAsDeps) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkout(String cdkout) |
(experimental) cdk.out directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkTestDependencies(List<String> cdkTestDependencies) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkVersion(String cdkVersion) |
(experimental) Minimum version of the AWS CDK to depend on.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.cdkVersionPinning(Boolean cdkVersionPinning) |
(experimental) Use pinned version instead of caret version for CDK.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.checkLicenses(LicenseCheckerOptions checkLicenses) |
(experimental) Configure which licenses should be deemed acceptable for use by dependencies.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.clobber(Boolean clobber) |
(experimental) Add a clobber task which resets the repo to origin.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.codeArtifactOptions(CodeArtifactOptions codeArtifactOptions) |
(experimental) Options for npm packages using AWS CodeArtifact.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.codeCov(Boolean codeCov) |
(experimental) Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v3 A secret is required for private repos.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.codeCovTokenSecret(String codeCovTokenSecret) |
(experimental) Define the secret name for a specified https://codecov.io/ token A secret is required to send coverage for private repositories.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.commitGenerated(Boolean commitGenerated) |
(experimental) Whether to commit the managed files by default.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.constructsVersion(String constructsVersion) |
(experimental) Minimum version of the constructs library to depend on.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.context(Map<String,? extends Object> context) |
(experimental) Additional context to include in cdk.json.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.copyrightOwner(String copyrightOwner) |
(experimental) License copyright owner.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.copyrightPeriod(String copyrightPeriod) |
(experimental) The copyright years to put in the LICENSE file.
|
static AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.create() |
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.defaultReleaseBranch(String defaultReleaseBranch) |
(experimental) The name of the main release branch.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.dependabot(Boolean dependabot) |
(experimental) Use dependabot to handle dependency upgrades.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.dependabotOptions(DependabotOptions dependabotOptions) |
(experimental) Options for dependabot.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.deps(List<String> deps) |
(experimental) Runtime dependencies of this module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.depsUpgrade(Boolean depsUpgrade) |
(experimental) Use tasks and github workflows to handle dependency upgrades.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.depsUpgradeOptions(UpgradeDependenciesOptions depsUpgradeOptions) |
(experimental) Options for UpgradeDependencies.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.description(String description) |
(experimental) The description is just a string that helps people understand the purpose of the package.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.devContainer(Boolean devContainer) |
(experimental) Add a VSCode development environment (used for GitHub Codespaces).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.devDeps(List<String> devDeps) |
(experimental) Build dependencies for this module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.disableTsconfig(Boolean disableTsconfig) |
(experimental) Do not generate a tsconfig.json file (used by jsii projects since tsconfig.json is generated by the jsii compiler).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.disableTsconfigDev(Boolean disableTsconfigDev) |
(experimental) Do not generate a tsconfig.dev.json file.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.docgen(Boolean docgen) |
(experimental) Docgen by Typedoc.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.docsDirectory(String docsDirectory) |
(experimental) Docs directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.edgeLambdaAutoDiscover(Boolean edgeLambdaAutoDiscover) |
(experimental) Automatically adds an cloudfront.experimental.EdgeFunction for each .edge-lambda.ts handler in your source tree.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.entrypoint(String entrypoint) |
(experimental) Module entrypoint (main in package.json).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.entrypointTypes(String entrypointTypes) |
(experimental) The .d.ts file that includes the type declarations for this module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.eslint(Boolean eslint) |
(experimental) Setup eslint.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.eslintOptions(EslintOptions eslintOptions) |
(experimental) Eslint options.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.experimentalIntegRunner(Boolean experimentalIntegRunner) |
(experimental) Enable experimental support for the AWS CDK integ-runner.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.featureFlags(Boolean featureFlags) |
(experimental) Include all feature flags in cdk.json.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.github(Boolean github) |
(experimental) Enable GitHub integration.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.githubOptions(GitHubOptions githubOptions) |
(experimental) Options for GitHub integration.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.gitignore(List<String> gitignore) |
(experimental) Additional entries to .gitignore.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.gitIgnoreOptions(IgnoreFileOptions gitIgnoreOptions) |
(experimental) Configuration options for .gitignore file.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.gitOptions(GitOptions gitOptions) |
(experimental) Configuration options for git.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.gitpod(Boolean gitpod) |
(experimental) Add a Gitpod development environment.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.homepage(String homepage) |
(experimental) Package's Homepage / Website.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.integrationTestAutoDiscover(Boolean integrationTestAutoDiscover) |
(experimental) Automatically discovers and creates integration tests for each .integ.ts file in under your test directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.jest(Boolean jest) |
(experimental) Setup jest unit tests.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.jestOptions(JestOptions jestOptions) |
(experimental) Jest options.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.jsiiReleaseVersion(String jsiiReleaseVersion) |
(experimental) Version requirement of publib which is used to publish modules to npm.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.keywords(List<String> keywords) |
(experimental) Keywords to include in package.json.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.lambdaAutoDiscover(Boolean lambdaAutoDiscover) |
(experimental) Automatically adds an awscdk.LambdaFunction for each .lambda.ts handler in your source tree.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.lambdaExtensionAutoDiscover(Boolean lambdaExtensionAutoDiscover) |
(experimental) Automatically adds an awscdk.LambdaExtension for each .lambda-extension.ts entrypoint in your source tree.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.lambdaOptions(LambdaFunctionCommonOptions lambdaOptions) |
(experimental) Common options for all AWS Lambda functions.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.libdir(String libdir) |
(experimental) Typescript artifacts output directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.license(String license) |
(experimental) License's SPDX identifier.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.licensed(Boolean licensed) |
(experimental) Indicates if a license should be added.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.logging(LoggerOptions logging) |
(experimental) Configure logging options such as verbosity.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.majorVersion(Number majorVersion) |
(experimental) Major version to release from the default branch.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.maxNodeVersion(String maxNodeVersion) |
(experimental) Minimum node.js version to require via engines (inclusive).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.mergify(Boolean mergify) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.mergifyOptions(MergifyOptions mergifyOptions) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.minMajorVersion(Number minMajorVersion) |
(experimental) Minimal Major version to release.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.minNodeVersion(String minNodeVersion) |
(experimental) Minimum Node.js version to require via package.json engines (inclusive).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.mutableBuild(Boolean mutableBuild) |
(experimental) Automatically update files modified during builds to pull-request branches.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.name(String name) |
(experimental) This is the name of your project.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmAccess(NpmAccess npmAccess) |
(experimental) Access level of the npm package.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmDistTag(String npmDistTag) |
(experimental) The npmDistTag to use when publishing from the default branch.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmignore(List<String> npmignore) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmignoreEnabled(Boolean npmignoreEnabled) |
(experimental) Defines an .npmignore file.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmIgnoreOptions(IgnoreFileOptions npmIgnoreOptions) |
(experimental) Configuration options for .npmignore file.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmProvenance(Boolean npmProvenance) |
(experimental) Should provenance statements be generated when the package is published.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmRegistry(String npmRegistry) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmRegistryUrl(String npmRegistryUrl) |
(experimental) The base URL of the npm package registry.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.npmTokenSecret(String npmTokenSecret) |
(experimental) GitHub secret which contains the NPM token to use when publishing packages.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.outdir(String outdir) |
(experimental) The root directory of the project.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.packageManager(NodePackageManager packageManager) |
(experimental) The Node Package Manager used to execute scripts.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.packageName(String packageName) |
(experimental) The "name" in package.json.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.packageValue(Boolean packageValue) |
(experimental) Defines a package task that will produce an npm tarball under the artifacts directory (e.g.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.parent(Project parent) |
(experimental) The parent project, if this project is part of a bigger project.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.peerDependencyOptions(PeerDependencyOptions peerDependencyOptions) |
(experimental) Options for peerDeps.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.peerDeps(List<String> peerDeps) |
(experimental) Peer dependencies for this module.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.pnpmVersion(String pnpmVersion) |
(experimental) The version of PNPM to use if using PNPM as a package manager.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.postBuildSteps(List<? extends JobStep> postBuildSteps) |
(experimental) Steps to execute after build as part of the release workflow.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.prerelease(String prerelease) |
(experimental) Bump versions from the default branch as pre-releases (e.g.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.prettier(Boolean prettier) |
(experimental) Setup prettier.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.prettierOptions(PrettierOptions prettierOptions) |
(experimental) Prettier options.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projectType(ProjectType projectType) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenCommand(String projenCommand) |
(experimental) The shell command to use in order to run the projen CLI.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenCredentials(GithubCredentials projenCredentials) |
(experimental) Choose a method of providing GitHub API access for projen workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenDevDependency(Boolean projenDevDependency) |
(experimental) Indicates of "projen" should be installed as a devDependency.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcJs(Boolean projenrcJs) |
(experimental) Generate (once) .projenrc.js (in JavaScript).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcJson(Boolean projenrcJson) |
(experimental) Generate (once) .projenrc.json (in JSON).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcJsonOptions(ProjenrcJsonOptions projenrcJsonOptions) |
(experimental) Options for .projenrc.json.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcJsOptions(ProjenrcOptions projenrcJsOptions) |
(experimental) Options for .projenrc.js.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcTs(Boolean projenrcTs) |
(experimental) Use TypeScript for your projenrc file (.projenrc.ts).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenrcTsOptions(ProjenrcOptions projenrcTsOptions) |
(experimental) Options for .projenrc.ts.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenTokenSecret(String projenTokenSecret) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.projenVersion(String projenVersion) |
(experimental) Version of projen to install.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.publishDryRun(Boolean publishDryRun) |
(experimental) Instead of actually publishing to package managers, just print the publishing command.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.publishTasks(Boolean publishTasks) |
(experimental) Define publishing tasks that can be executed manually as well as workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.pullRequestTemplate(Boolean pullRequestTemplate) |
(experimental) Include a GitHub pull request template.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.pullRequestTemplateContents(List<String> pullRequestTemplateContents) |
(experimental) The contents of the pull request template.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.readme(SampleReadmeProps readme) |
(experimental) The README setup.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releasableCommits(ReleasableCommits releasableCommits) |
(experimental) Find commits that should be considered releasable Used to decide if a release is required.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.release(Boolean release) |
(experimental) Add release management to this project.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseBranches(Map<String,? extends BranchOptions> releaseBranches) |
(experimental) Defines additional release branches.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseEveryCommit(Boolean releaseEveryCommit) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseFailureIssue(Boolean releaseFailureIssue) |
(experimental) Create a github issue on every failed publishing task.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseFailureIssueLabel(String releaseFailureIssueLabel) |
(experimental) The label to apply to issues indicating publish failures.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseSchedule(String releaseSchedule) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseTagPrefix(String releaseTagPrefix) |
(experimental) Automatically add the given prefix to release tags.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseToNpm(Boolean releaseToNpm) |
(experimental) Automatically release to npm when new versions are introduced.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseTrigger(ReleaseTrigger releaseTrigger) |
(experimental) The release trigger to use.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseWorkflow(Boolean releaseWorkflow) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseWorkflowName(String releaseWorkflowName) |
(experimental) The name of the default release workflow.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.releaseWorkflowSetupSteps(List<? extends JobStep> releaseWorkflowSetupSteps) |
(experimental) A set of workflow steps to execute in order to setup the workflow container.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.renovatebot(Boolean renovatebot) |
(experimental) Use renovatebot to handle dependency upgrades.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.renovatebotOptions(RenovatebotOptions renovatebotOptions) |
(experimental) Options for renovatebot.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.repository(String repository) |
(experimental) The repository is the location where the actual code for your package lives.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.repositoryDirectory(String repositoryDirectory) |
(experimental) If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.requireApproval(ApprovalLevel requireApproval) |
(experimental) To protect you against unintended changes that affect your security posture, the AWS CDK Toolkit prompts you to approve security-related changes before deploying them.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.sampleCode(Boolean sampleCode) |
(experimental) Generate one-time sample in src/ and test/ if there are no files there.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.scopedPackagesOptions(List<? extends ScopedPackagesOptions> scopedPackagesOptions) |
(experimental) Options for privately hosted scoped packages.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.scripts(Map<String,String> scripts) |
Deprecated.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.srcdir(String srcdir) |
(experimental) Typescript sources directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.stability(String stability) |
(experimental) Package's Stability.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.stale(Boolean stale) |
(experimental) Auto-close of stale issues and pull request.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.staleOptions(StaleOptions staleOptions) |
(experimental) Auto-close stale issues and pull requests.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.testdir(String testdir) |
(experimental) Jest tests directory.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.tsconfig(TypescriptConfigOptions tsconfig) |
(experimental) Custom TSConfig.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.tsconfigDev(TypescriptConfigOptions tsconfigDev) |
(experimental) Custom tsconfig options for the development tsconfig.json file (used for testing).
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.tsconfigDevFile(String tsconfigDevFile) |
(experimental) The name of the development tsconfig.json file.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.tsJestOptions(TsJestOptions tsJestOptions) |
(experimental) Options for ts-jest.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.typescriptVersion(String typescriptVersion) |
(experimental) TypeScript version to use.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.versionrcOptions(Map<String,? extends Object> versionrcOptions) |
(experimental) Custom configuration used when creating changelog with standard-version package.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.vscode(Boolean vscode) |
(experimental) Enable VSCode integration.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.watchExcludes(List<String> watchExcludes) |
(experimental) Glob patterns to exclude from cdk watch.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.watchIncludes(List<String> watchIncludes) |
(experimental) Glob patterns to include in cdk watch.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowBootstrapSteps(List<? extends JobStep> workflowBootstrapSteps) |
(experimental) Workflow steps to use in order to bootstrap this repo.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowContainerImage(String workflowContainerImage) |
(experimental) Container image to use for GitHub workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowGitIdentity(GitIdentity workflowGitIdentity) |
(experimental) The git identity to use in workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowNodeVersion(String workflowNodeVersion) |
(experimental) The node version to use in GitHub workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowPackageCache(Boolean workflowPackageCache) |
(experimental) Enable Node.js package cache in GitHub workflows.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowRunsOn(List<String> workflowRunsOn) |
(experimental) Github Runner selection labels.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.workflowRunsOnGroup(GroupRunnerOptions workflowRunsOnGroup) |
(experimental) Github Runner Group selection options.
|
AwsCdkTypeScriptApp.Builder |
AwsCdkTypeScriptApp.Builder.yarnBerryOptions(YarnBerryOptions yarnBerryOptions) |
(experimental) Options for Yarn Berry.
|