@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-24T22:49:58.409Z") @Stability(value=Stable) 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()
Specify whether the key must exist in the environment.
|
@Stability(value=Stable) @Nullable default Boolean getRequired()
If this is set to true, and the key does not exist, an error will thrown.
Default: false
@Stability(value=Stable) static EnvValueFromProcessOptions.Builder builder()
EnvValueFromProcessOptions.Builder of EnvValueFromProcessOptionsCopyright © 2021. All rights reserved.