redshift_poc_automation/stacks/dms_on_prem_to_redshift_stack.py [9:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class GlobalArgs():
    """
    Helper to define global statics
    """

    OWNER = "Redshift POC SSA team"
    ENVIRONMENT = "development"
    REPO_NAME = "redshift-demo"
    SOURCE_INFO = f"https://github.com/kaklis/RedshiftPOCAutomation"
    VERSION = "2021_03_15"
    SUPPORT_EMAIL = ["aws-redshift-poc-sa-amer@amazon.com"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



redshift_poc_automation/stacks/dmsinstance_stack.py [7:17]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class GlobalArgs():
    """
    Helper to define global statics
    """

    OWNER = "Redshift POC SSA team"
    ENVIRONMENT = "development"
    REPO_NAME = "redshift-demo"
    SOURCE_INFO = f"https://github.com/kaklis/RedshiftPOCAutomation"
    VERSION = "2021_03_15"
    SUPPORT_EMAIL = ["aws-redshift-poc-sa-amer@amazon.com"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



