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

    Interface CommonProps

    Set of common properties passed to most Stacks and Constructs

    interface CommonProps {
        environment: "dev" | "test" | "preprod" | "prod" | "tools" | "sandbox";
        resourcePrefix: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    environment: "dev" | "test" | "preprod" | "prod" | "tools" | "sandbox"

    Infrastructure environment

    resourcePrefix: string

    Resource name prefix, commonly applied to auto-generated resource names