@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:30.396Z") public class NodeProxyAgentLayer extends LayerVersion
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"));
LayerVersion.Builder
ILayerVersion.Jsii$Default, ILayerVersion.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
NodeProxyAgentLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NodeProxyAgentLayer(software.amazon.jsii.JsiiObjectRef objRef) |
|
NodeProxyAgentLayer(software.constructs.Construct scope,
java.lang.String id) |
addPermission, fromLayerVersionArn, fromLayerVersionAttributes, getCompatibleRuntimes, getLayerVersionArn
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected NodeProxyAgentLayer(software.amazon.jsii.JsiiObjectRef objRef)
protected NodeProxyAgentLayer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public NodeProxyAgentLayer(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.