Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
DSL documentation
DSL tutorial
DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
DSL language reference
workspace
- model
- archetypes
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- instanceOf
- element
- -> (relationship)
- -/> (remove relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- light
- dark
- element
- relationship
- themes
- terminology
- configuration
- visibility
- scope
- users
workspace extends https://docs.structurizr.com/dsl/patterns/workspace.dsl { model { ss = softwareSystem "Name" { app = container "Application" { technology "Java and Spring Boot" } } env = deploymentEnvironment "Environment" { deploymentNode "Amazon Web Services" { deploymentNode "Serverless Computer Engine" { technology "Amazon Web Services Fargate" deploymentNode "Application Container" { technology "Docker Container" instances 2 deploymentNode "Java Virtual Machine" { technology "Eclipse Temurin" instanceOf ss.app } } } } } } views { deployment * env { include * } } }
Structurizr v2026.05.15
|
|