Class 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.
    • 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:
        packageNames in class AwsCdkDeps