Package org.cdk8s.plus25
Interface EnvValueFromProcessOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromProcessOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.282Z") @Stability(Stable) public interface EnvValueFromProcessOptions extends software.amazon.jsii.JsiiSerializable
Options to specify an environment variable value from the process environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEnvValueFromProcessOptions.BuilderA builder forEnvValueFromProcessOptionsstatic classEnvValueFromProcessOptions.Jsii$ProxyAn implementation forEnvValueFromProcessOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromProcessOptions.Builderbuilder()default BooleangetRequired()Specify whether the key must exist in the environment.
-
-
-
Method Detail
-
getRequired
@Stability(Stable) @Nullable default Boolean getRequired()
Specify whether the key must exist in the environment.If this is set to true, and the key does not exist, an error will thrown.
Default: false
-
builder
@Stability(Stable) static EnvValueFromProcessOptions.Builder builder()
- Returns:
- a
EnvValueFromProcessOptions.BuilderofEnvValueFromProcessOptions
-
-