DeploymentIoTJobConfiguration class

Contains information about an AWS IoT job configuration.

Constructors

DeploymentIoTJobConfiguration({IoTJobAbortConfig? abortConfig, IoTJobExecutionsRolloutConfig? jobExecutionsRolloutConfig, IoTJobTimeoutConfig? timeoutConfig})
DeploymentIoTJobConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

abortConfig IoTJobAbortConfig?
The stop configuration for the job. This configuration defines when and how to stop a job rollout.
final
hashCode int
The hash code for this object.
no setterinherited
jobExecutionsRolloutConfig IoTJobExecutionsRolloutConfig?
The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutConfig IoTJobTimeoutConfig?
The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited