Package org.cdk8s.plus20
Class EnvValueFromResourceOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus20.EnvValueFromResourceOptions.Jsii$Proxy
-
- All Implemented Interfaces:
EnvValueFromResourceOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EnvValueFromResourceOptions
@Stability(Stable) @Internal public static final class EnvValueFromResourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvValueFromResourceOptions
An implementation forEnvValueFromResourceOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.EnvValueFromResourceOptions
EnvValueFromResourceOptions.Builder, EnvValueFromResourceOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EnvValueFromResourceOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvValueFromResourceOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ContainergetContainer()The container to select the value from.StringgetDivisor()The output format of the exposed resource.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(EnvValueFromResourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvValueFromResourceOptions.Builder.
-
-
Method Detail
-
getContainer
public final Container getContainer()
Description copied from interface:EnvValueFromResourceOptionsThe container to select the value from.- Specified by:
getContainerin interfaceEnvValueFromResourceOptions
-
getDivisor
public final String getDivisor()
Description copied from interface:EnvValueFromResourceOptionsThe output format of the exposed resource.- Specified by:
getDivisorin interfaceEnvValueFromResourceOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-