Module Values.DeploymentIoTJobConfigurationSource

Contains information about an IoT job configuration.

Sourcetype nonrec t = {
  1. jobExecutionsRolloutConfig : IoTJobExecutionsRolloutConfig.t option;
    (*

    The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.

    *)
  2. abortConfig : IoTJobAbortConfig.t option;
    (*

    The stop configuration for the job. This configuration defines when and how to stop a job rollout.

    *)
  3. timeoutConfig : IoTJobTimeoutConfig.t option;
    (*

    The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.

    *)
}
Sourceval make : ?jobExecutionsRolloutConfig:??? -> ?abortConfig:??? -> ?timeoutConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of IoTJobMaxExecutionsPerMin.t | `List of [> `Structure of (string * [> `Double of IoTJobAbortThresholdPercentage.t | `Enum of string | `Integer of IoTJobMinimumNumberOfExecutedThings.t ]) list ] list | `Long of IoTJobInProgressTimeoutInMinutes.t | `Structure of (string * [> `Double of IoTJobRolloutIncrementFactor.t | `Integer of IoTJobRolloutBaseRatePerMinute.t | `Structure of (string * [> `Integer of IoTJobNumberOfThings.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t