This is the new AWS 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 DeploymentIoTJobConfiguration
Contains information about an AWS IoT job configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AbortConfig" :IoTJobAbortConfig, "JobExecutionsRolloutConfig" :IoTJobExecutionsRolloutConfig, "TimeoutConfig" :IoTJobTimeoutConfig}
YAML
AbortConfig:IoTJobAbortConfigJobExecutionsRolloutConfig:IoTJobExecutionsRolloutConfigTimeoutConfig:IoTJobTimeoutConfig
Properties
- AbortConfig
- 
                    The stop configuration for the job. This configuration defines when and how to stop a job rollout. Required: No Type: IoTJobAbortConfig Update requires: Replacement 
- JobExecutionsRolloutConfig
- 
                    The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices. Required: No Type: IoTJobExecutionsRolloutConfig Update requires: Replacement 
- TimeoutConfig
- 
                    The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job. Required: No Type: IoTJobTimeoutConfig Update requires: Replacement