@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface EC2KeyPairProps {
        ec2KeyPairManagerLambda: IFunction;
        instanceName: string;
        kmsKey: IKey;
    }
    Index

    Properties

    ec2KeyPairManagerLambda: IFunction

    Common custom-resource Lambda ARN for the EC2 KeyPair Manager

    If not provided, dedicated Lambda will be created for the custom resource

    instanceName: string

    Name of the EC2 instance this key pair is associated with

    kmsKey: IKey

    KMS key used to encrypt the private key in SSM