Class CfnDeployment.ComponentConfigurationUpdateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.ComponentConfigurationUpdateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeployment.ComponentConfigurationUpdateProperty
CfnDeployment.ComponentConfigurationUpdateProperty-
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.greengrassv2.CfnDeployment.ComponentConfigurationUpdateProperty
CfnDeployment.ComponentConfigurationUpdateProperty.Builder, CfnDeployment.ComponentConfigurationUpdateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeployment.ComponentConfigurationUpdateProperty.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 StringgetMerge()A serialized JSON string that contains the configuration object to merge to target devices.getReset()The list of configuration nodes to reset to default values on target devices.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 theCfnDeployment.ComponentConfigurationUpdateProperty.Builder.
-
-
Method Details
-
getMerge
Description copied from interface:CfnDeployment.ComponentConfigurationUpdatePropertyA serialized JSON string that contains the configuration object to merge to target devices.The core device merges this configuration with the component's existing configuration. If this is the first time a component deploys on a device, the core device merges this configuration with the component's default configuration. This means that the core device keeps it's existing configuration for keys and values that you don't specify in this object. For more information, see Merge configuration updates in the AWS IoT Greengrass V2 Developer Guide .
- Specified by:
getMergein interfaceCfnDeployment.ComponentConfigurationUpdateProperty
-
getReset
Description copied from interface:CfnDeployment.ComponentConfigurationUpdatePropertyThe list of configuration nodes to reset to default values on target devices.Use JSON pointers to specify each node to reset. JSON pointers start with a forward slash (
/) and use forward slashes to separate the key for each level in the object. For more information, see the JSON pointer specification and Reset configuration updates in the AWS IoT Greengrass V2 Developer Guide .- Specified by:
getResetin interfaceCfnDeployment.ComponentConfigurationUpdateProperty
-
$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()
-