MDAA TS Docs
    Preparing search index...
    Index

    Constructors

    Properties

    SAGEMAKER_PROJECT_ID_KEY: "sagemaker/project/id/default" = 'sagemaker/project/id/default'

    SSM key (relative to a dataops project) under which a SMUS/DataZone-integrated dataops-project publishes its DataZone project ID. Sibling modules (e.g. dataops-job) read this key to associate their resources with the SMUS project. Kept here so the write (dataops-project) and the read (dataops-job) share a single source of truth for the parameter layout.

    Methods

    • Build the SSM parameter path for a value published under a dataops project, as read by a sibling module. Centralizes the cross-module naming convention so readers don't hand-construct another module's SSM layout inline.

      Parameters

      • naming: IMdaaResourceNaming
      • projectName: string
      • key: string

      Returns string