Class NodeProxyAgentLayer

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IResource, ILayerVersion, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.466Z") @Stability(Stable) public class NodeProxyAgentLayer extends LayerVersion
An AWS Lambda layer that includes the NPM dependency proxy-agent.

Example:

 import software.amazon.awscdk.lambda.layer.node.proxy.agent.NodeProxyAgentLayer;
 import software.amazon.awscdk.services.lambda.*;
 Function fn;
 fn.addLayers(new NodeProxyAgentLayer(this, "NodeProxyAgentLayer"));
 
  • Constructor Details

    • NodeProxyAgentLayer

      protected NodeProxyAgentLayer(software.amazon.jsii.JsiiObjectRef objRef)
    • NodeProxyAgentLayer

      protected NodeProxyAgentLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • NodeProxyAgentLayer

      @Stability(Stable) public NodeProxyAgentLayer(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.