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

    Interface EcsAppProps

    Base props containing application identification for ECS services.

    interface EcsAppProps {
        appName: string;
        deployEnvironment: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appName: string

    Application name (e.g., 'ZarCore', 'ZarPayments'). Used for naming resources and tagging.

    deployEnvironment: string

    Deployment environment (e.g., 'development', 'staging', 'production').