GradientEdge CDK Utils
    Preparing search index...

    Interface RestApiLambdaWithCacheIngressRuleProps

    interface RestApiLambdaWithCacheIngressRuleProps {
        description?: string;
        peer: IPeer;
        port: Port;
    }
    Index

    Properties

    description?: string

    Optional description for the rule

    peer: IPeer

    The peer to allow ingress from

    port: Port

    The port range to allow ingress on