@Stability(value=Stable) @Internal public static final class CfnApp.EnvironmentVariableProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.EnvironmentVariableProperty
CfnApp.EnvironmentVariablePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApp.EnvironmentVariableProperty.Builder, CfnApp.EnvironmentVariableProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApp.EnvironmentVariableProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApp.DataSourceProperty.Builder. |
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(Object o) |
String |
getKey()
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified.
|
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.
|
String |
getValue()
(Optional) The environment variable's value, which can be left empty.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApp.EnvironmentVariableProperty.Builder builder)
CfnApp.DataSourceProperty.Builder.public final String getKey()
CfnApp.EnvironmentVariablePropertyThe name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
getKey in interface CfnApp.EnvironmentVariablePropertypublic final String getValue()
CfnApp.EnvironmentVariablePropertyIf you specify a value, it can contain up to 256 characters, which must all be printable.
getValue in interface CfnApp.EnvironmentVariablePropertypublic final Object getSecure()
CfnApp.EnvironmentVariablePropertygetSecure in interface CfnApp.EnvironmentVariableProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.