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

    Interface DefaultStackTags

    interface DefaultStackTags {
        environment: "dev" | "test" | "preprod" | "prod" | "tools" | "sandbox";
        repository?: string;
    }
    Index

    Properties

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

    mandatory value, no default

    repository?: string

    by default value for tag is first constructed from env variables GITHUB_SERVER_URL and GIT_REPOSITORY (git actions) if env variables are not set then value is resolved from git config (local development)