@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface SQLExecutorLambdaProps {
        functionName?: string;
        kmsKey: IKey;
        timeout?: Duration;
        vpc?: IVpc;
        vpcSubnets?: SubnetSelection;
    }
    Index

    Properties

    functionName?: string

    Custom name for the Lambda function. If not provided, a unique name will be generated by CDK

    kmsKey: IKey

    The KMS key used to encrypt the database credentials either in SSM or Secrets Manager

    timeout?: Duration

    Lambda function timeout

    10 minutes
    
    vpc?: IVpc

    VPC to use for the Lambda function

    - The LZ Managed VPC
    
    vpcSubnets?: SubnetSelection

    Subnets to use for the Lambda function

    - Private subnets in the LZ Managed VPC