AWS::GreengrassV2::Deployment IoTJobTimeoutConfig - 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 IoTJobTimeoutConfig

Contains information about the timeout configuration for a job.

Syntax

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

JSON

{ "InProgressTimeoutInMinutes" : Integer }

Properties

InProgressTimeoutInMinutes

The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is set to IN_PROGRESS. If the job status doesn't change to a terminal state before the time expires, then the job status is set to TIMED_OUT.

The timeout interval must be between 1 minute and 7 days (10080 minutes).

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: Replacement