EnvironmentVariable
Represents an app's environment variable.
Contents
- Key
-
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
Type: String
Required: Yes
- Value
-
(Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable.
Type: String
Required: Yes
- Secure
-
(Optional) Whether the variable's value is returned by the DescribeApps action. To hide an environment variable's value, set
Secure
totrue
.DescribeApps
returns*****FILTERED*****
instead of the actual value. The default value forSecure
isfalse
.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: