Skip to content

/AWS1/CL_GG2DEPLOYMENTCONFVA00

Contains information about how long a component on a core device can validate its configuration updates before it times out. Components can use the SubscribeToValidateConfigurationUpdates IPC operation to receive notifications when a deployment specifies a configuration update. Then, components can respond with the SendConfigurationValidityReport IPC operation. For more information, see Create deployments in the IoT Greengrass V2 Developer Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_timeoutinseconds TYPE /AWS1/GG2OPTIONALINTEGER /AWS1/GG2OPTIONALINTEGER

The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.

Default: 30


Queryable Attributes

timeoutInSeconds

The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.

Default: 30

Accessible with the following methods

Method Description
GET_TIMEOUTINSECONDS() Getter for TIMEOUTINSECONDS, with configurable default
ASK_TIMEOUTINSECONDS() Getter for TIMEOUTINSECONDS w/ exceptions if field has no va
HAS_TIMEOUTINSECONDS() Determine if TIMEOUTINSECONDS has a value