Add a stack config element.
- stack
- configConfigInput!
ConfigElement!
ConfigElement!- idEnvironment variable name or file mount relative path.
- checksumSHA256 checksum of the value.
- createdAtUnix timestamp representing the creation of the config element. Will be empty if the element is computed at runtime (eg. by a cloud integration). Note that config elements are considered immutable, so this value is reset when the value changes.
- runtimeWhether the config element is only known at runtime.
- typeConfigTypeConfig element type.
- valueEnvironment variable value, only exposed if the variable is not marked as write-only.
- descriptionDescription of the config element.
- writeOnlyWhen a variable is marked as write-only, its value is only accessible to the Run, but not in the API or the UI.
- fileModeFile mode (user/group/other) for the file mount.