GradientEdge CDK Utils
    Preparing search index...
    interface ApiDestinedLambdaType {
        destinationFailure: EventBridgeDestination;
        destinationSuccess: EventBridgeDestination;
        environment: ApiDestinedLambdaEnvironment;
        function: IFunction;
        layers: LayerVersion[];
        layerSource?: AssetCode;
        policy: PolicyDocument;
        role: Role;
        source?: AssetCode;
    }

    Implemented by

    Index

    Properties

    destinationFailure: EventBridgeDestination

    The EventBridge destination for failed Lambda invocations

    destinationSuccess: EventBridgeDestination

    The EventBridge destination for successful Lambda invocations

    The environment variables for the Lambda function

    function: IFunction

    The Lambda function

    layers: LayerVersion[]

    The Lambda layers attached to the function

    layerSource?: AssetCode

    The Lambda layer source code asset

    policy: PolicyDocument

    The IAM policy for the Lambda function

    role: Role

    The IAM role for the Lambda function

    source?: AssetCode

    The Lambda function source code asset