Class CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImageRecipe.SystemsManagerAgentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImageRecipe.SystemsManagerAgentProperty
@Stability(Stable)
@Internal
public static final class CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImageRecipe.SystemsManagerAgentProperty
An implementation for
CfnImageRecipe.SystemsManagerAgentProperty
-
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.imagebuilder.CfnImageRecipe.SystemsManagerAgentProperty
CfnImageRecipe.SystemsManagerAgentProperty.Builder, CfnImageRecipe.SystemsManagerAgentProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnImageRecipe.SystemsManagerAgentProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnImageRecipe.SystemsManagerAgentProperty.Builder
.
-
-
Method Details
-
getUninstallAfterBuild
Description copied from interface:CfnImageRecipe.SystemsManagerAgentProperty
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
- Specified by:
getUninstallAfterBuild
in interfaceCfnImageRecipe.SystemsManagerAgentProperty
- 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()
-