Package org.cdk8s.plus20
Interface EnvValueFromResourceOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromResourceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.588Z") @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 classEnvValueFromResourceOptions.BuilderA builder forEnvValueFromResourceOptionsstatic classEnvValueFromResourceOptions.Jsii$ProxyAn implementation forEnvValueFromResourceOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromResourceOptions.Builderbuilder()default ContainergetContainer()The container to select the value from.default StringgetDivisor()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()
-
-