Package org.cdk8s.plus23
Interface EnvValueFromResourceOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromResourceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.069Z") @Stability(Stable) public interface EnvValueFromResourceOptions extends software.amazon.jsii.JsiiSerializable
Options to specify an environment variable value from a resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EnvValueFromResourceOptions.Builder
A builder forEnvValueFromResourceOptions
static class
EnvValueFromResourceOptions.Jsii$Proxy
An implementation forEnvValueFromResourceOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromResourceOptions.Builder
builder()
default Container
getContainer()
The container to select the value from.default String
getDivisor()
The output format of the exposed resource.
-
-
-
Method Detail
-
getContainer
@Stability(Stable) @Nullable default Container getContainer()
The container to select the value from.
-
getDivisor
@Stability(Stable) @Nullable default String getDivisor()
The output format of the exposed resource.
-
builder
@Stability(Stable) static EnvValueFromResourceOptions.Builder builder()
-
-