Package org.cdk8s.plus24
Interface EnvValueFromProcessOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromProcessOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.398Z") @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 class
EnvValueFromProcessOptions.Builder
A builder forEnvValueFromProcessOptions
static class
EnvValueFromProcessOptions.Jsii$Proxy
An implementation forEnvValueFromProcessOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromProcessOptions.Builder
builder()
default Boolean
getRequired()
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.Builder
ofEnvValueFromProcessOptions
-
-