Class CfnLayer.RecipesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnLayer.RecipesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLayer.RecipesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLayer.RecipesProperty
@Stability(Stable)
@Internal
public static final class CfnLayer.RecipesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayer.RecipesProperty
An implementation for
CfnLayer.RecipesProperty
-
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.CfnLayer.RecipesProperty
CfnLayer.RecipesProperty.Builder, CfnLayer.RecipesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLayer.RecipesProperty.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
An array of custom recipe names to be run following aconfigure
event.An array of custom recipe names to be run following adeploy
event.getSetup()
An array of custom recipe names to be run following asetup
event.An array of custom recipe names to be run following ashutdown
event.An array of custom recipe names to be run following aundeploy
event.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 theCfnLayer.RecipesProperty.Builder
.
-
-
Method Details
-
getConfigure
Description copied from interface:CfnLayer.RecipesProperty
An array of custom recipe names to be run following aconfigure
event.- Specified by:
getConfigure
in interfaceCfnLayer.RecipesProperty
- See Also:
-
getDeploy
Description copied from interface:CfnLayer.RecipesProperty
An array of custom recipe names to be run following adeploy
event.- Specified by:
getDeploy
in interfaceCfnLayer.RecipesProperty
- See Also:
-
getSetup
Description copied from interface:CfnLayer.RecipesProperty
An array of custom recipe names to be run following asetup
event.- Specified by:
getSetup
in interfaceCfnLayer.RecipesProperty
- See Also:
-
getShutdown
Description copied from interface:CfnLayer.RecipesProperty
An array of custom recipe names to be run following ashutdown
event.- Specified by:
getShutdown
in interfaceCfnLayer.RecipesProperty
- See Also:
-
getUndeploy
Description copied from interface:CfnLayer.RecipesProperty
An array of custom recipe names to be run following aundeploy
event.- Specified by:
getUndeploy
in interfaceCfnLayer.RecipesProperty
- 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()
-