Skip to main content

EnvironmentSchema

@group

Models/Environment

Index

Constructors

constructor

Properties

environmentName

environmentName: string = ...

The name of the environment. An environment must be unique within a Region. But multiple Regions can share the same environment name.

environmentVariables

environmentVariables: {} = ...

A set of environment variables to be passed to any Execution running in this environment.


Type declaration

  • [key string]: string