EnvironmentVariable interface 
The environment variable to set within the container instance.
Properties
| name | The name of the environment variable. | 
| secure | The value of the secure environment variable. | 
| value | The value of the environment variable. | 
Property Details
name
The name of the environment variable.
name: stringProperty Value
string
		secureValue
	 
	The value of the secure environment variable.
secureValue?: stringProperty Value
string
value
The value of the environment variable.
value?: stringProperty Value
string