MDAA TS Docs
    Preparing search index...

    Interface MdaaEC2SecretKeyPairProps

    Properties for creating a Secret Ec2 KeyPair

    interface MdaaEC2SecretKeyPairProps {
        createOutputs?: boolean;
        createParams?: boolean;
        kmsKey: IKey;
        name: string;
        naming: IMdaaResourceNaming;
        readPrincipals?: PrincipalBase[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    kmsKey: IKey
    name: string

    Name for the EC2 key pair providing unique identification and MDAA naming conventions

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    readPrincipals?: PrincipalBase[]