@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface EC2KeyPairManagerLambdaProps

    interface EC2KeyPairManagerLambdaProps {
        functionName?: string;
        kmsKey: IKey;
    }
    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 to use for encrypting the EC2 KeyPair