Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentVariable

Package version

interface

An interface representing EnvironmentVariable. Describes an environment variable for the container.

Hierarchy

  • EnvironmentVariable

Index

Properties

Properties

Optional name

name: undefined | string
member

{string} [name] The name of the environment variable.

Optional value

value: undefined | string
member

{string} [value] The value of the environment variable.

Generated using TypeDoc