@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface SSMResolverLambdaProps {
        functionName?: string;
        kmsKey: IKey;
    }
    Index

    Properties

    functionName?: string

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

    kmsKey: IKey

    The KMS key used to encrypt the SSM parameters.