@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.659Z") @Stability(value=Experimental) public interface EnvValueFromProcessOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnvValueFromProcessOptions.Builder
A builder for
EnvValueFromProcessOptions |
static class |
EnvValueFromProcessOptions.Jsii$Proxy
An implementation for
EnvValueFromProcessOptions |
| Modifier and Type | Method and Description |
|---|---|
static EnvValueFromProcessOptions.Builder |
builder() |
default Boolean |
getRequired()
(experimental) Specify whether the key must exist in the environment.
|
@Stability(value=Experimental) @Nullable default Boolean getRequired()
If this is set to true, and the key does not exist, an error will thrown.
Default: false
@Stability(value=Experimental) static EnvValueFromProcessOptions.Builder builder()
EnvValueFromProcessOptions.Builder of EnvValueFromProcessOptionsCopyright © 2020. All rights reserved.