Skip to content

EnvironmentVariable

Definition for an environment variable used in containerized agents.

---
title: EnvironmentVariable
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class EnvironmentVariable {
      
        +string name
        +string value
    }
name: MY_ENV_VAR
value: my-value
NameTypeDescription
namestringName of the environment variable
valuestringEnvironment variable resolution