Package org.cdk8s.plus24
Interface EnvValueFromSecretOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromSecretOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.216Z") @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 classEnvValueFromSecretOptions.BuilderA builder forEnvValueFromSecretOptionsstatic classEnvValueFromSecretOptions.Jsii$ProxyAn implementation forEnvValueFromSecretOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromSecretOptions.Builderbuilder()default BooleangetOptional()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.BuilderofEnvValueFromSecretOptions
-
-