class Aws::GreengrassV2::Types::DeploymentConfigurationValidationPolicy

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][2

IPC operation. For more

information, see [Create deployments] in the *IoT Greengrass V2 Developer Guide*.

[1]: docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetovalidateconfigurationupdates [2]: docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-sendconfigurationvalidityreport [3]: docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html

@note When making an API call, you may pass DeploymentConfigurationValidationPolicy

data as a hash:

    {
      timeout_in_seconds: 1,
    }

@!attribute [rw] timeout_in_seconds

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`
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/DeploymentConfigurationValidationPolicy AWS API Documentation

Constants

SENSITIVE