@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.463Z") @Stability(value=Experimental) public class AwsCdkConstructLibrary extends ConstructLibrary
A multi-language (jsii) construct library which vends constructs designed to use within the AWS CDK with a friendly workflow and automatic publishing to the construct catalog.
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsCdkConstructLibrary.Builder
(experimental) A fluent builder for
AwsCdkConstructLibrary. |
DEFAULT_TASK| Modifier | Constructor and Description |
|---|---|
|
AwsCdkConstructLibrary(AwsCdkConstructLibraryOptions options) |
protected |
AwsCdkConstructLibrary(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AwsCdkConstructLibrary(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCdkDependencies(String... deps)
Deprecated.
Not supported in v2. For v1, use `project.cdkDeps.addV1Dependencies()`
|
void |
addCdkTestDependencies(String... deps)
Deprecated.
Not supported in v2. For v1, use `project.cdkDeps.addV1DevDependencies()`
|
AwsCdkDeps |
getCdkDeps() |
String |
getCdkVersion()
(experimental) The target CDK version for this library.
|
String |
getVersion()
Deprecated.
use `cdkVersion`
|
getEslintgetDocgen, getDocsDirectory, getLibdir, getSrcdir, getTestdir, getTsconfig, getTsconfigDev, getTsconfigEslint, getWatchTaskaddBins, addBundledDeps, addCompileCommand, addDeps, addDevDeps, addFields, addKeywords, addPackageIgnore, addPeerDeps, addTestCommand, getAllowLibraryDependencies, getAntitamper, getAutoMerge, getBuildWorkflow, getBuildWorkflowJobId, getBundler, getEntrypoint, getInstallWorkflowSteps, getJest, getManifest, getMaxNodeVersion, getMinNodeVersion, getNpmignore, getPackageManager, getPackageValue, getPublisher, getRelease, getRunScriptCommand, hasScript, removeScript, runTaskCommand, setScriptannotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscodeaddExcludeFromCleanup, addGitIgnore, addTask, addTask, addTip, getBuildTask, getCompileTask, getComponents, getDefaultTask, getDeps, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getTasks, getTestTask, postSynthesize, preSynthesize, removeTask, synth, tryFindFile, tryFindJsonFile, tryFindObjectFilejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AwsCdkConstructLibrary(software.amazon.jsii.JsiiObjectRef objRef)
protected AwsCdkConstructLibrary(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AwsCdkConstructLibrary(@NotNull
AwsCdkConstructLibraryOptions options)
options - This parameter is required.@Stability(value=Deprecated) @Deprecated public void addCdkDependencies(@NotNull String... deps)
Since this is a library project, dependencies will be added as peer dependencies.
deps - names of cdk modules (e.g. `@aws-cdk/aws-lambda`). This parameter is required.@Stability(value=Deprecated) @Deprecated public void addCdkTestDependencies(@NotNull String... deps)
deps - names of cdk modules (e.g. `@aws-cdk/aws-lambda`). This parameter is required.@Stability(value=Experimental) @NotNull public AwsCdkDeps getCdkDeps()
@Stability(value=Experimental) @NotNull public String getCdkVersion()
@Stability(value=Deprecated) @Deprecated @NotNull public String getVersion()
Copyright © 2021. All rights reserved.