Files
agent-claw/cdk/node_modules/aws-cdk-lib/lambda-layer-node-proxy-agent/lib/node-proxy-agent-layer.d.ts
2026-05-06 18:55:16 -05:00

11 lines
382 B
TypeScript

import type { Construct } from 'constructs';
import * as lambda from '../../aws-lambda';
/**
* An AWS Lambda layer that includes the NPM dependency `proxy-agent`.
*/
export declare class NodeProxyAgentLayer extends lambda.LayerVersion {
/** Uniquely identifies this class. */
static readonly PROPERTY_INJECTION_ID: string;
constructor(scope: Construct, id: string);
}