Interface OpenApiGatewayPythonProjectOptions
-
- All Superinterfaces:
io.github.cdklabs.projen.github.GitHubProjectOptions,software.amazon.jsii.JsiiSerializable,OpenApiGatewayProjectOptions,io.github.cdklabs.projen.ProjectOptions,io.github.cdklabs.projen.python.PythonPackagingOptions,io.github.cdklabs.projen.python.PythonProjectOptions
- All Known Implementing Classes:
OpenApiGatewayPythonProjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-07T06:39:53.753Z") @Stability(Experimental) public interface OpenApiGatewayPythonProjectOptions extends software.amazon.jsii.JsiiSerializable, io.github.cdklabs.projen.python.PythonProjectOptions, OpenApiGatewayProjectOptions
(experimental) Configuration for the OpenApiGatewayPythonProject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpenApiGatewayPythonProjectOptions.BuilderA builder forOpenApiGatewayPythonProjectOptionsstatic classOpenApiGatewayPythonProjectOptions.Jsii$ProxyAn implementation forOpenApiGatewayPythonProjectOptions
-
Method Summary
Static Methods Modifier and Type Method Description static OpenApiGatewayPythonProjectOptions.Builderbuilder()-
Methods inherited from interface io.github.cdklabs.projen.github.GitHubProjectOptions
getAutoApproveOptions, getAutoMerge, getAutoMergeOptions, getClobber, getDevContainer, getGithub, getGithubOptions, getGitpod, getMergify, getMergifyOptions, getProjectType, getProjenCredentials, getProjenTokenSecret, getReadme, getStale, getStaleOptions, getVscode
-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayProjectOptions
getApiSrcDir, getClientLanguages, getDocumentationFormats, getGeneratedCodeDir, getJavaClientOptions, getParsedSpecFileName, getPythonClientOptions, getSpecFile, getTypescriptClientOptions
-
Methods inherited from interface io.github.cdklabs.projen.ProjectOptions
getLogging, getName, getOutdir, getParent, getProjenCommand, getProjenrcJson, getProjenrcJsonOptions, getRenovatebot, getRenovatebotOptions
-
Methods inherited from interface io.github.cdklabs.projen.python.PythonPackagingOptions
getAuthorEmail, getAuthorName, getClassifiers, getDescription, getHomepage, getLicense, getPoetryOptions, getSetupConfig, getVersion
-
Methods inherited from interface io.github.cdklabs.projen.python.PythonProjectOptions
getDeps, getDevDeps, getModuleName, getPip, getPoetry, getProjenrcJs, getProjenrcJsOptions, getProjenrcPython, getProjenrcPythonOptions, getPytest, getPytestOptions, getSample, getSetuptools, getVenv, getVenvOptions
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static OpenApiGatewayPythonProjectOptions.Builder builder()
-
-