secure property

bool? secure
final

(Optional) Whether the variable's value will be returned by the DescribeApps action. To conceal an environment variable's value, set Secure to true. DescribeApps then returns FILTERED instead of the actual value. The default value for Secure is false.

Implementation

final bool? secure;