Class NodeProxyAgentLayer

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.lambda.LayerVersion
software.amazon.awscdk.lambda.layer.node.proxy.agent.NodeProxyAgentLayer
All Implemented Interfaces:
IResource, ILayerVersion, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:26.177Z") @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.