Class ICommandHooks.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.python.alpha.ICommandHooks.Jsii$Proxy
All Implemented Interfaces:
ICommandHooks, ICommandHooks.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ICommandHooks

@Internal public static final class ICommandHooks.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICommandHooks.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.python.alpha.ICommandHooks

    ICommandHooks.Jsii$Default, ICommandHooks.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final List<String>
    afterBundling(String inputDir, String outputDir)
    (experimental) Returns commands to run after bundling.
    final List<String>
    beforeBundling(String inputDir, String outputDir)
    (experimental) Returns commands to run before bundling.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • afterBundling

      @Stability(Experimental) @NotNull public final List<String> afterBundling(@NotNull String inputDir, @NotNull String outputDir)
      (experimental) Returns commands to run after bundling.

      Commands are chained with &&.

      Specified by:
      afterBundling in interface ICommandHooks
      Specified by:
      afterBundling in interface ICommandHooks.Jsii$Default
      Parameters:
      inputDir - This parameter is required.
      outputDir - This parameter is required.
    • beforeBundling

      @Stability(Experimental) @NotNull public final List<String> beforeBundling(@NotNull String inputDir, @NotNull String outputDir)
      (experimental) Returns commands to run before bundling.

      Commands are chained with &&.

      Specified by:
      beforeBundling in interface ICommandHooks
      Specified by:
      beforeBundling in interface ICommandHooks.Jsii$Default
      Parameters:
      inputDir - This parameter is required.
      outputDir - This parameter is required.