@zarpay/zar-cdk-lib - v0.21.0
    Preparing search index...

    Interface ZarAppProps

    Props for ZarApp

    interface ZarAppProps {
        deployEnvironment: string;
        gitHubRepo?: string;
        owner?: string;
        region?: string;
    }

    Hierarchy

    • AppProps
      • ZarAppProps
    Index

    Properties

    deployEnvironment: string

    The deployment environment (e.g., 'development', 'staging', 'prod')

    gitHubRepo?: string

    The GitHub repository name for tagging resources

    - automatically detected from git remote
    
    owner?: string

    The owner tag value

    'DevOps'
    
    region?: string

    The AWS region for the application

    'me-central-1'