AWS::GreengrassV2::Deployment DeploymentConfigurationValidationPolicy - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::GreengrassV2::Deployment 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 IPC operation. For more information, see the Create deployments in the AWS IoT Greengrass V2 Developer Guide.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "TimeoutInSeconds" : Integer }

YAML

TimeoutInSeconds: Integer

Properties

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

Required: No

Type: Integer

Minimum: 1

Maximum: 2147483647

Update requires: Replacement