EnvironmentSchema
Index
Constructors
Properties
Constructors
constructor
Returns EnvironmentSchema
Properties
environmentName
The name of the environment. An environment must be unique within a Region. But multiple Regions can share the same environment name.
environmentVariables
A set of environment variables to be passed to any Execution running in this environment.
Type declaration
[key string]: string
Models/Environment