Package io.github.cdklabs.projen.awscdk
Class ConstructLibraryAws
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.921Z") @Stability(Deprecated) @Deprecated public class ConstructLibraryAws extends AwsCdkConstructLibrary
Deprecated.useAwsCdkConstructLibrary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstructLibraryAws.BuilderDeprecated.(experimental) A fluent builder forConstructLibraryAws.
-
Field Summary
-
Fields inherited from class io.github.cdklabs.projen.typescript.TypeScriptProject
DEFAULT_TS_JEST_TRANFORM_PATTERN
-
Fields inherited from class io.github.cdklabs.projen.Project
DEFAULT_TASK
-
-
Constructor Summary
Constructors Modifier Constructor Description ConstructLibraryAws(AwsCdkConstructLibraryOptions options)Deprecated.protectedConstructLibraryAws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)Deprecated.protectedConstructLibraryAws(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.awscdk.AwsCdkConstructLibrary
addCdkDependencies, addCdkTestDependencies, getCdkDeps, getCdkVersion, getVersion
-
Methods inherited from class io.github.cdklabs.projen.cdk.JsiiProject
getEslint
-
Methods inherited from class io.github.cdklabs.projen.typescript.TypeScriptProject
getDocgen, getDocsDirectory, getLibdir, getSrcdir, getTestdir, getTsconfig, getTsconfigDev, getTsconfigEslint, getWatchTask
-
Methods inherited from class io.github.cdklabs.projen.javascript.NodeProject
addBins, addBundledDeps, addCompileCommand, addDeps, addDevDeps, addFields, addKeywords, addPackageIgnore, addPeerDeps, addScripts, addTestCommand, getAllowLibraryDependencies, getArtifactsDirectory, getArtifactsJavascriptDirectory, getAutoMerge, getBuildWorkflow, getBuildWorkflowJobId, getBundler, getEntrypoint, getJest, getManifest, getMaxNodeVersion, getMinNodeVersion, getNodeVersion, getNpmignore, getNpmrc, getPackageManager, getPackageValue, getPrettier, getPublisher, getRelease, getRunScriptCommand, getUpgradeWorkflow, getWorkflowBootstrapSteps, getWorkflowPackageCache, hasScript, removeScript, renderWorkflowSetup, renderWorkflowSetup, runTaskCommand, setScript
-
Methods inherited from class io.github.cdklabs.projen.github.GitHubProject
annotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscode
-
Methods inherited from class io.github.cdklabs.projen.Project
addExcludeFromCleanup, addGitIgnore, addTask, addTask, addTip, getBuildTask, getCommitGenerated, getCompileTask, getComponents, getDefaultTask, getDeps, getEjected, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getSubprojects, getTasks, getTestTask, isProject, of, postSynthesize, preSynthesize, removeTask, synth, tryFindFile, tryFindJsonFile, tryFindObjectFile, tryRemoveFile
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ConstructLibraryAws
protected ConstructLibraryAws(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
-
ConstructLibraryAws
protected ConstructLibraryAws(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
-
ConstructLibraryAws
@Stability(Experimental) public ConstructLibraryAws(@NotNull AwsCdkConstructLibraryOptions options)Deprecated.- Parameters:
options- This parameter is required.
-
-