Class CfnAppProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnAppProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAppProps
CfnAppProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnAppPropsCfnAppProps.Builder, CfnAppProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectASourceobject that specifies the app repository.final ObjectOne or more user-defined key/value pairs to be added to the stack attributes.final ObjectThe app's data source.final StringA description of the app.The app virtual host settings, with multiple domains separated by commas.final ObjectWhether to enable SSL for the app.final ObjectAn array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.final StringgetName()The app name.final StringThe app's short name.final ObjectAnSslConfigurationobject with the SSL configuration.final StringThe stack ID.final StringgetType()The app type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAppProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnAppPropsThe app name.- Specified by:
- getNamein interface- CfnAppProps
- See Also:
 
- 
getStackIdDescription copied from interface:CfnAppPropsThe stack ID.- Specified by:
- getStackIdin interface- CfnAppProps
- See Also:
 
- 
getTypeDescription copied from interface:CfnAppPropsThe app type.Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. 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:
- getTypein interface- CfnAppProps
- See Also:
 
- 
getAppSourceDescription copied from interface:CfnAppPropsASourceobject that specifies the app repository.Returns union: either IResolvableorCfnApp.SourceProperty- Specified by:
- getAppSourcein interface- CfnAppProps
- See Also:
 
- 
getAttributesDescription copied from interface:CfnAppPropsOne or more user-defined key/value pairs to be added to the stack attributes.Returns union: either Mapinvalid input: '<'String, String> orIResolvable- Specified by:
- getAttributesin interface- CfnAppProps
- See Also:
 
- 
getDataSourcesDescription copied from interface:CfnAppPropsThe app's data source.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApp.DataSourceProperty>- Specified by:
- getDataSourcesin interface- CfnAppProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnAppPropsA description of the app.- Specified by:
- getDescriptionin interface- CfnAppProps
- See Also:
 
- 
getDomainsDescription copied from interface:CfnAppPropsThe app virtual host settings, with multiple domains separated by commas.For example: 'www.example.com, example.com'- Specified by:
- getDomainsin interface- CfnAppProps
- See Also:
 
- 
getEnableSslDescription copied from interface:CfnAppPropsWhether to enable SSL for the app.Returns union: either BooleanorIResolvable- Specified by:
- getEnableSslin interface- CfnAppProps
- See Also:
 
- 
getEnvironmentDescription copied from interface:CfnAppPropsAn array ofEnvironmentVariableobjects 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. Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApp.EnvironmentVariableProperty>- Specified by:
- getEnvironmentin interface- CfnAppProps
- See Also:
 
- 
getShortnameDescription copied from interface:CfnAppPropsThe app's short name.- Specified by:
- getShortnamein interface- CfnAppProps
- See Also:
 
- 
getSslConfigurationDescription copied from interface:CfnAppPropsAnSslConfigurationobject with the SSL configuration.Returns union: either IResolvableorCfnApp.SslConfigurationProperty- Specified by:
- getSslConfigurationin interface- CfnAppProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-