Class CfnAppProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppProps
CfnAppProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnAppProps
CfnAppProps.Builder, CfnAppProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
ASource
object that specifies the app repository.final Object
One or more user-defined key/value pairs to be added to the stack attributes.final Object
The app's data source.final String
A description of the app.The app virtual host settings, with multiple domains separated by commas.final Object
Whether to enable SSL for the app.final Object
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.final String
getName()
The app name.final String
The app's short name.final Object
AnSslConfiguration
object with the SSL configuration.final String
The stack ID.final String
getType()
The app type.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnAppProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnAppProps
The app name.- Specified by:
getName
in interfaceCfnAppProps
- See Also:
-
getStackId
Description copied from interface:CfnAppProps
The stack ID.- Specified by:
getStackId
in interfaceCfnAppProps
- See Also:
-
getType
Description copied from interface:CfnAppProps
The app type.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
.- Specified by:
getType
in interfaceCfnAppProps
- See Also:
-
getAppSource
Description copied from interface:CfnAppProps
ASource
object that specifies the app repository.- Specified by:
getAppSource
in interfaceCfnAppProps
- See Also:
-
getAttributes
Description copied from interface:CfnAppProps
One or more user-defined key/value pairs to be added to the stack attributes.- Specified by:
getAttributes
in interfaceCfnAppProps
- See Also:
-
getDataSources
Description copied from interface:CfnAppProps
The app's data source.- Specified by:
getDataSources
in interfaceCfnAppProps
- See Also:
-
getDescription
Description copied from interface:CfnAppProps
A description of the app.- Specified by:
getDescription
in interfaceCfnAppProps
- See Also:
-
getDomains
Description copied from interface:CfnAppProps
The app virtual host settings, with multiple domains separated by commas.For example:
'www.example.com, example.com'
- Specified by:
getDomains
in interfaceCfnAppProps
- See Also:
-
getEnableSsl
Description copied from interface:CfnAppProps
Whether to enable SSL for the app.- Specified by:
getEnableSsl
in interfaceCfnAppProps
- See Also:
-
getEnvironment
Description copied from interface:CfnAppProps
An array ofEnvironmentVariable
objects that specify environment variables to be associated with the app.After 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.
- Specified by:
getEnvironment
in interfaceCfnAppProps
- See Also:
-
getShortname
Description copied from interface:CfnAppProps
The app's short name.- Specified by:
getShortname
in interfaceCfnAppProps
- See Also:
-
getSslConfiguration
Description copied from interface:CfnAppProps
AnSslConfiguration
object with the SSL configuration.- Specified by:
getSslConfiguration
in interfaceCfnAppProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-