public static final class CfnApp.EnvironmentVariableProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.EnvironmentVariableProperty
CfnApp.EnvironmentVariableProperty
CfnApp.EnvironmentVariableProperty.Builder, CfnApp.EnvironmentVariableProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey()
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified.
|
java.lang.Object |
getSecure()
(Optional) Whether the variable's value is returned by the [DescribeApps](https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeApps) action.
|
java.lang.String |
getValue()
(Optional) The environment variable's value, which can be left empty.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKey()
CfnApp.EnvironmentVariableProperty
The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
getKey
in interface CfnApp.EnvironmentVariableProperty
public final java.lang.String getValue()
CfnApp.EnvironmentVariableProperty
If you specify a value, it can contain up to 256 characters, which must all be printable.
getValue
in interface CfnApp.EnvironmentVariableProperty
public final java.lang.Object getSecure()
CfnApp.EnvironmentVariableProperty
getSecure
in interface CfnApp.EnvironmentVariableProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()