Package io.github.cdklabs.projen.awscdk
Class AwsCdkDepsJs
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.awscdk.AwsCdkDeps
-
- io.github.cdklabs.projen.awscdk.AwsCdkDepsJs
-
- 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.864Z") @Stability(Experimental) public class AwsCdkDepsJs extends AwsCdkDeps
(experimental) Manages dependencies on the AWS CDK for Node.js projects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAwsCdkDepsJs.Builder(experimental) A fluent builder forAwsCdkDepsJs.
-
Constructor Summary
Constructors Modifier Constructor Description AwsCdkDepsJs(Project project, AwsCdkDepsOptions options)protectedAwsCdkDepsJs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAwsCdkDepsJs(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AwsCdkPackageNamespackageNames()(experimental) Return a configuration object with information about package naming in various languages.-
Methods inherited from class io.github.cdklabs.projen.awscdk.AwsCdkDeps
addV1Dependencies, addV1DevDependencies, getCdkDependenciesAsDeps, getCdkMajorVersion, getCdkMinimumVersion, getCdkVersion, preSynthesize
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
AwsCdkDepsJs
protected AwsCdkDepsJs(software.amazon.jsii.JsiiObjectRef objRef)
-
AwsCdkDepsJs
protected AwsCdkDepsJs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AwsCdkDepsJs
@Stability(Experimental) public AwsCdkDepsJs(@NotNull Project project, @NotNull AwsCdkDepsOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-
Method Detail
-
packageNames
@Stability(Experimental) @NotNull protected AwsCdkPackageNames packageNames()
(experimental) Return a configuration object with information about package naming in various languages.- Specified by:
packageNamesin classAwsCdkDeps
-
-