Interface SmithyApiGatewayPythonProjectOptions
-
- All Superinterfaces:
CommonApiProjectOptions,io.github.cdklabs.projen.github.GitHubProjectOptions,software.amazon.jsii.JsiiSerializable,io.github.cdklabs.projen.ProjectOptions,io.github.cdklabs.projen.python.PythonPackagingOptions,io.github.cdklabs.projen.python.PythonProjectOptions,SmithyApiGatewayProjectOptions
- All Known Implementing Classes:
SmithyApiGatewayPythonProjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T09:33:12.907Z") @Stability(Experimental) public interface SmithyApiGatewayPythonProjectOptions extends software.amazon.jsii.JsiiSerializable, io.github.cdklabs.projen.python.PythonProjectOptions, SmithyApiGatewayProjectOptions
(experimental) Configuration for the SmithyApiGatewayPythonProject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSmithyApiGatewayPythonProjectOptions.BuilderA builder forSmithyApiGatewayPythonProjectOptionsstatic classSmithyApiGatewayPythonProjectOptions.Jsii$ProxyAn implementation forSmithyApiGatewayPythonProjectOptions
-
Method Summary
Static Methods Modifier and Type Method Description static SmithyApiGatewayPythonProjectOptions.Builderbuilder()-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.CommonApiProjectOptions
getApiSrcDir, getClientLanguages, getDocumentationFormats, getForceGenerateCodeAndDocs, getGeneratedCodeDir, getJavaClientOptions, getParsedSpecFileName, getPythonClientOptions, getTypescriptClientOptions
-
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 io.github.cdklabs.projen.ProjectOptions
getCommitGenerated, 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, getPackageName, 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
-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.SmithyApiGatewayProjectOptions
getIgnoreGradleWrapper, getIgnoreSmithyBuildOutput, getModelDir, getServiceName, getSmithyBuildOptions
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static SmithyApiGatewayPythonProjectOptions.Builder builder()
-
-