Class CfnAppMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppMixinProps
CfnAppMixinProps-
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.cfnpropertymixins.services.opsworks.CfnAppMixinProps
CfnAppMixinProps.Builder, CfnAppMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAppMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppMixinProps.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 theCfnAppMixinProps.Builder.
-
-
Method Details
-
getAppSource
Description copied from interface:CfnAppMixinPropsASourceobject that specifies the app repository.Returns union: either
IResolvableorCfnAppPropsMixin.SourceProperty- Specified by:
getAppSourcein interfaceCfnAppMixinProps- See Also:
-
getAttributes
Description copied from interface:CfnAppMixinPropsOne 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 interfaceCfnAppMixinProps- See Also:
-
getDataSources
Description copied from interface:CfnAppMixinPropsThe app's data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAppPropsMixin.DataSourceProperty>- Specified by:
getDataSourcesin interfaceCfnAppMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAppMixinPropsA description of the app.- Specified by:
getDescriptionin interfaceCfnAppMixinProps- See Also:
-
getDomains
Description copied from interface:CfnAppMixinPropsThe app virtual host settings, with multiple domains separated by commas.For example:
'www.example.com, example.com'- Specified by:
getDomainsin interfaceCfnAppMixinProps- See Also:
-
getEnableSsl
Description copied from interface:CfnAppMixinPropsWhether to enable SSL for the app.Returns union: either
BooleanorIResolvable- Specified by:
getEnableSslin interfaceCfnAppMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnAppMixinPropsAn 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: '<'eitherIResolvableorCfnAppPropsMixin.EnvironmentVariableProperty>- Specified by:
getEnvironmentin interfaceCfnAppMixinProps- See Also:
-
getName
Description copied from interface:CfnAppMixinPropsThe app name.- Specified by:
getNamein interfaceCfnAppMixinProps- See Also:
-
getShortname
Description copied from interface:CfnAppMixinPropsThe app's short name.- Specified by:
getShortnamein interfaceCfnAppMixinProps- See Also:
-
getSslConfiguration
Description copied from interface:CfnAppMixinPropsAnSslConfigurationobject with the SSL configuration.Returns union: either
IResolvableorCfnAppPropsMixin.SslConfigurationProperty- Specified by:
getSslConfigurationin interfaceCfnAppMixinProps- See Also:
-
getStackId
Description copied from interface:CfnAppMixinPropsThe stack ID.- Specified by:
getStackIdin interfaceCfnAppMixinProps- See Also:
-
getType
Description copied from interface:CfnAppMixinPropsThe 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 interfaceCfnAppMixinProps- 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()
-