Package org.cdk8s.plus24
Interface EnvValueFromSecretOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromSecretOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-22T02:29:49.492Z") @Stability(Stable) public interface EnvValueFromSecretOptions extends software.amazon.jsii.JsiiSerializable
Options to specify an environment variable value from a Secret.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EnvValueFromSecretOptions.Builder
A builder forEnvValueFromSecretOptions
static class
EnvValueFromSecretOptions.Jsii$Proxy
An implementation forEnvValueFromSecretOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromSecretOptions.Builder
builder()
default Boolean
getOptional()
Specify whether the Secret or its key must be defined.
-
-
-
Method Detail
-
getOptional
@Stability(Stable) @Nullable default Boolean getOptional()
Specify whether the Secret or its key must be defined.Default: false
-
builder
@Stability(Stable) static EnvValueFromSecretOptions.Builder builder()
- Returns:
- a
EnvValueFromSecretOptions.Builder
ofEnvValueFromSecretOptions
-
-