@Stability(value=Stable) @Internal public static final class CfnAppProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAppProps
CfnAppPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAppProps.Builder, CfnAppProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAppProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAppProps.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) |
Object |
getAppSource()
A `Source` object that specifies the app repository.
|
Object |
getAttributes()
One or more user-defined key/value pairs to be added to the stack attributes.
|
Object |
getDataSources()
The app's data source.
|
String |
getDescription()
A description of the app.
|
List<String> |
getDomains()
The app virtual host settings, with multiple domains separated by commas.
|
Object |
getEnableSsl()
Whether to enable SSL for the app.
|
Object |
getEnvironment()
An array of `EnvironmentVariable` objects that specify environment variables to be associated with the app.
|
String |
getName()
The app name.
|
String |
getShortname()
The app's short name.
|
Object |
getSslConfiguration()
An `SslConfiguration` object with the SSL configuration.
|
String |
getStackId()
The stack ID.
|
String |
getType()
The app type.
|
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(CfnAppProps.Builder builder)
CfnAppProps.Builder.public final String getName()
CfnAppPropsgetName in interface CfnAppPropspublic final String getStackId()
CfnAppPropsgetStackId in interface CfnAppPropspublic final String getType()
CfnAppProps
Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks Stacks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify other .
getType in interface CfnAppPropspublic final Object getAppSource()
CfnAppPropsgetAppSource in interface CfnAppPropspublic final Object getAttributes()
CfnAppPropsgetAttributes in interface CfnAppPropspublic final Object getDataSources()
CfnAppPropsgetDataSources in interface CfnAppPropspublic final String getDescription()
CfnAppPropsgetDescription in interface CfnAppPropspublic final List<String> getDomains()
CfnAppProps
For example: 'www.example.com, example.com'
getDomains in interface CfnAppPropspublic final Object getEnableSsl()
CfnAppPropsgetEnableSsl in interface CfnAppPropspublic final Object getEnvironment()
CfnAppPropsAfter you deploy the app, these variables are defined on the associated app server instance. For more information, see Environment Variables .
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 20KB)."
If you have specified one or more environment variables, you cannot modify the stack's Chef version.
getEnvironment in interface CfnAppPropspublic final String getShortname()
CfnAppPropsgetShortname in interface CfnAppPropspublic final Object getSslConfiguration()
CfnAppPropsgetSslConfiguration in interface CfnAppProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.