Package org.cdk8s.plus20
Interface EnvValueFromSecretOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromSecretOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-03T09:09:28.029Z") @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
-
-