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

    Class ZarApp

    Base CDK App for Zar projects. Automatically applies common tags and provides environment helpers.

    Hierarchy

    • App
      • ZarApp
    Index

    Accessors

    Constructors

    Methods

    Properties

    Accessors

    • get tags(): { Key: string; Value: string }[]

      Returns the common tags as an array of { Key, Value } objects.

      Returns { Key: string; Value: string }[]

    Constructors

    Methods

    • Creates a CDK Environment object for a given region.

      Parameters

      • Optionalregion: string

        AWS region (defaults to app's region)

      Returns Environment

      CDK Environment with account and region

    Properties

    region: string

    The default region for all resources defined within this stage.