Interface CfnJob.TimeoutConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnJob.TimeoutConfigProperty.Jsii$Proxy
Enclosing class:
CfnJob

@Stability(Stable) public static interface CfnJob.TimeoutConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies the amount of time each device has to finish its execution of the job.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 TimeoutConfigProperty timeoutConfigProperty = TimeoutConfigProperty.builder()
         .inProgressTimeoutInMinutes(123)
         .build();
 

See Also: