# yaml-language-server: $schema=../../../schemas/@aws-mdaa/sagemaker-project.json
# SageMaker Unified Studio Project Profiles and Projects Configuration

# Note: Tooling and DataLake environments are always deployed ON_CREATE automatically
# SSM path to the SMUS domain config created by the domain module.
# Must match the domain key in domain.yaml (e.g., 'domain1').
domainConfigSSMParam: /{{org}}/{{domain}}/domain/domain/domain1/config

projectProfiles:
  profile1:
    # The tooling and basic Glue database environments are automatically enabled.
    environments: {}

projects:
  team1:
    profileName: profile1
    groups:
      team1: '{{context:team1-group-sso-id}}'

  team2:
    profileName: profile1
    groups:
      team2: '{{context:team2-group-sso-id}}'