@finnairoyj/cdk-constructs-lib
    Preparing search index...
    interface EC2KeyPairOptions {
        Description: string;
        KeyPairName: string;
        KmsKeyArn: string;
        ParamName: string;
    }
    Index

    Properties

    Description: string

    Key pair description

    KeyPairName: string

    Key pair name

    KmsKeyArn: string

    KMS key ARN used to encrypt the private key parameter

    ParamName: string

    SSM parameter name to store the private key