Class CfnDeployment.DeploymentComponentUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.DeploymentComponentUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.DeploymentComponentUpdatePolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeployment.DeploymentComponentUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.DeploymentComponentUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.DeploymentComponentUpdatePolicyProperty
An implementation for
CfnDeployment.DeploymentComponentUpdatePolicyProperty
-
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.greengrassv2.CfnDeployment.DeploymentComponentUpdatePolicyProperty
CfnDeployment.DeploymentComponentUpdatePolicyProperty.Builder, CfnDeployment.DeploymentComponentUpdatePolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeployment.DeploymentComponentUpdatePolicyProperty.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
final String
Whether or not to notify components and wait for components to become safe to update.final Number
The amount of time in seconds that each component on a device has to report that it's safe to update.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 theCfnDeployment.DeploymentComponentUpdatePolicyProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnDeployment.DeploymentComponentUpdatePolicyProperty
Whether or not to notify components and wait for components to become safe to update.Choose from the following options:
NOTIFY_COMPONENTS
– The deployment notifies each component before it stops and updates that component. Components can use the SubscribeToComponentUpdates IPC operation to receive these notifications. Then, components can respond with the DeferComponentUpdate IPC operation. For more information, see the Create deployments in the AWS IoT Greengrass V2 Developer Guide .SKIP_NOTIFY_COMPONENTS
– The deployment doesn't notify components or wait for them to be safe to update.
Default:
NOTIFY_COMPONENTS
- Specified by:
getAction
in interfaceCfnDeployment.DeploymentComponentUpdatePolicyProperty
-
getTimeoutInSeconds
Description copied from interface:CfnDeployment.DeploymentComponentUpdatePolicyProperty
The amount of time in seconds that each component on a device has to report that it's safe to update.If the component waits for longer than this timeout, then the deployment proceeds on the device.
Default:
60
- Specified by:
getTimeoutInSeconds
in interfaceCfnDeployment.DeploymentComponentUpdatePolicyProperty
-
$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()
-