environment property

List<EnvironmentVariable>? environment
final

An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances. For more information, see Environment Variables.

Implementation

final List<EnvironmentVariable>? environment;