SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.apiSrcDir(String apiSrcDir) |
(experimental) The directory in which the api generated code will reside, relative to the project srcdir.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.authorEmail(String authorEmail) |
(experimental) Author's e-mail.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.authorName(String authorName) |
(experimental) Author's name.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.autoApproveOptions(io.github.cdklabs.projen.github.AutoApproveOptions autoApproveOptions) |
(experimental) Enable and configure the 'auto approve' workflow.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.autoMerge(Boolean autoMerge) |
(experimental) Enable automatic merging on GitHub.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.autoMergeOptions(io.github.cdklabs.projen.github.AutoMergeOptions autoMergeOptions) |
(experimental) Configure options for automatic merging on GitHub.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.classifiers(List<String> classifiers) |
(experimental) A list of PyPI trove classifiers that describe the project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.clientLanguages(List<? extends ClientLanguage> clientLanguages) |
(experimental) The list of languages for which clients will be generated.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.clobber(Boolean clobber) |
(experimental) Add a `clobber` task which resets the repo to origin.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.commitGenerated(Boolean commitGenerated) |
(experimental) Whether to commit the managed files by default.
|
static SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.create() |
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.deps(List<String> deps) |
(experimental) List of runtime dependencies for this project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.description(String description) |
(experimental) A short description of the package.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.devContainer(Boolean devContainer) |
(experimental) Add a VSCode development environment (used for GitHub Codespaces).
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.devDeps(List<String> devDeps) |
(experimental) List of dev dependencies for this project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.documentationFormats(List<? extends DocumentationFormat> documentationFormats) |
(experimental) Formats to generate documentation in.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.forceGenerateCodeAndDocs(Boolean forceGenerateCodeAndDocs) |
(experimental) Force to generate code and docs even if there were no changes in spec.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.generatedCodeDir(String generatedCodeDir) |
(experimental) The directory in which generated client code will be generated, relative to the outdir of this project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.github(Boolean github) |
(experimental) Enable GitHub integration.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.githubOptions(io.github.cdklabs.projen.github.GitHubOptions githubOptions) |
(experimental) Options for GitHub integration.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.gitpod(Boolean gitpod) |
(experimental) Add a Gitpod development environment.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.gradleWrapperPath(String gradleWrapperPath) |
(experimental) Path to a directory containing a custom gradle wrapper (gradlew) to use instead of the one provided by the PDK, relative to the project outdir.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.homepage(String homepage) |
(experimental) A URL to the website of the project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.ignoreSmithyBuildOutput(Boolean ignoreSmithyBuildOutput) |
(experimental) Set to false if you would like to check in your smithy build output or have more fine-grained control over what is checked in, eg if you add other projections to the smithy-build.json file.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.javaClientOptions(io.github.cdklabs.projen.java.JavaProjectOptions javaClientOptions) |
(experimental) Options for the generated java client (if specified in clientLanguages).
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.license(String license) |
(experimental) License of this package as an SPDX identifier.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.logging(io.github.cdklabs.projen.LoggerOptions logging) |
(experimental) Configure logging options such as verbosity.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.mergify(Boolean mergify) |
Deprecated.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.mergifyOptions(io.github.cdklabs.projen.github.MergifyOptions mergifyOptions) |
Deprecated.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.modelDir(String modelDir) |
(experimental) The path to the Smithy model directory, relative to the project source directory (srcdir).
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.moduleName(String moduleName) |
(experimental) Name of the python package as used in imports and filenames.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.name(String name) |
(experimental) This is the name of your project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.outdir(String outdir) |
(experimental) The root directory of the project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.packageName(String packageName) |
(experimental) Package name.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.parent(io.github.cdklabs.projen.Project parent) |
(experimental) The parent project, if this project is part of a bigger project.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.parsedSpecFileName(String parsedSpecFileName) |
(experimental) The name of the output parsed OpenAPI specification file.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.pip(Boolean pip) |
(experimental) Use pip with a requirements.txt file to track project dependencies.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.poetry(Boolean poetry) |
(experimental) Use poetry to manage your project dependencies, virtual environment, and (optional) packaging/publishing.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.poetryOptions(io.github.cdklabs.projen.python.PoetryPyprojectOptionsWithoutDeps poetryOptions) |
(experimental) Additional options to set for poetry if using poetry.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projectType(io.github.cdklabs.projen.ProjectType projectType) |
Deprecated.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenCommand(String projenCommand) |
(experimental) The shell command to use in order to run the projen CLI.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenCredentials(io.github.cdklabs.projen.github.GithubCredentials projenCredentials) |
(experimental) Choose a method of providing GitHub API access for projen workflows.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcJs(Boolean projenrcJs) |
(experimental) Use projenrc in javascript.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcJson(Boolean projenrcJson) |
(experimental) Generate (once) .projenrc.json (in JSON).
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcJsonOptions(io.github.cdklabs.projen.ProjenrcOptions projenrcJsonOptions) |
(experimental) Options for .projenrc.json.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcJsOptions(io.github.cdklabs.projen.javascript.ProjenrcOptions projenrcJsOptions) |
(experimental) Options related to projenrc in JavaScript.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcPython(Boolean projenrcPython) |
(experimental) Use projenrc in Python.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenrcPythonOptions(io.github.cdklabs.projen.python.ProjenrcOptions projenrcPythonOptions) |
(experimental) Options related to projenrc in python.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.projenTokenSecret(String projenTokenSecret) |
Deprecated.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.pytest(Boolean pytest) |
(experimental) Include pytest tests.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.pytestOptions(io.github.cdklabs.projen.python.PytestOptions pytestOptions) |
(experimental) pytest options.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.pythonClientOptions(io.github.cdklabs.projen.python.PythonProjectOptions pythonClientOptions) |
(experimental) Options for the generated python client (if specified in clientLanguages).
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.readme(io.github.cdklabs.projen.SampleReadmeProps readme) |
(experimental) The README setup.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.renovatebot(Boolean renovatebot) |
(experimental) Use renovatebot to handle dependency upgrades.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.renovatebotOptions(io.github.cdklabs.projen.RenovatebotOptions renovatebotOptions) |
(experimental) Options for renovatebot.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.sample(Boolean sample) |
(experimental) Include sample code and test if the relevant directories don't exist.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.serviceName(SmithyServiceName serviceName) |
(experimental) The name of the Smithy service from your model which will be targeted for deployment and client generation.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.setupConfig(Map<String,? extends Object> setupConfig) |
(experimental) Additional fields to pass in the setup() function if using setuptools.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.setuptools(Boolean setuptools) |
(experimental) Use setuptools with a setup.py script for packaging and publishing.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.smithyBuildOptions(SmithyBuildOptions smithyBuildOptions) |
(experimental) Any additional properties you'd like to add your smithy-build.json.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.stale(Boolean stale) |
(experimental) Auto-close of stale issues and pull request.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.staleOptions(io.github.cdklabs.projen.github.StaleOptions staleOptions) |
(experimental) Auto-close stale issues and pull requests.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.typescriptClientOptions(io.github.cdklabs.projen.typescript.TypeScriptProjectOptions typescriptClientOptions) |
(experimental) Options for the generated typescript client.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.venv(Boolean venv) |
(experimental) Use venv to manage a virtual environment for installing dependencies inside.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.venvOptions(io.github.cdklabs.projen.python.VenvOptions venvOptions) |
(experimental) Venv options.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.version(String version) |
(experimental) Version of the package.
|
SmithyApiGatewayPythonProject.Builder |
SmithyApiGatewayPythonProject.Builder.vscode(Boolean vscode) |
(experimental) Enable VSCode integration.
|