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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnAppProps
CfnAppProps.Builder, CfnAppProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 Summary
Modifier 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.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:CfnAppPropsThe app name.- Specified by:
getNamein interfaceCfnAppProps- See Also:
-
getStackId
Description copied from interface:CfnAppPropsThe stack ID.- Specified by:
getStackIdin interfaceCfnAppProps- See Also:
-
getType
Description 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 interfaceCfnAppProps- See Also:
-
getAppSource
Description copied from interface:CfnAppPropsASourceobject that specifies the app repository.Returns union: either
IResolvableorCfnApp.SourceProperty- Specified by:
getAppSourcein interfaceCfnAppProps- See Also:
-
getAttributes
Description 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 interfaceCfnAppProps- See Also:
-
getDataSources
Description copied from interface:CfnAppPropsThe app's data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApp.DataSourceProperty>- Specified by:
getDataSourcesin interfaceCfnAppProps- See Also:
-
getDescription
Description copied from interface:CfnAppPropsA description of the app.- Specified by:
getDescriptionin interfaceCfnAppProps- See Also:
-
getDomains
Description copied from interface:CfnAppPropsThe app virtual host settings, with multiple domains separated by commas.For example:
'www.example.com, example.com'- Specified by:
getDomainsin interfaceCfnAppProps- See Also:
-
getEnableSsl
Description copied from interface:CfnAppPropsWhether to enable SSL for the app.Returns union: either
BooleanorIResolvable- Specified by:
getEnableSslin interfaceCfnAppProps- See Also:
-
getEnvironment
Description 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 interfaceCfnAppProps- See Also:
-
getShortname
Description copied from interface:CfnAppPropsThe app's short name.- Specified by:
getShortnamein interfaceCfnAppProps- See Also:
-
getSslConfiguration
Description copied from interface:CfnAppPropsAnSslConfigurationobject with the SSL configuration.Returns union: either
IResolvableorCfnApp.SslConfigurationProperty- Specified by:
getSslConfigurationin interfaceCfnAppProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-