action property
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.
NOTIFY_COMPONENTS
Implementation
final DeploymentComponentUpdatePolicyAction? action;