Interface CfnDeployment.IoTJobTimeoutConfigProperty

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

@Stability(Stable) public static interface CfnDeployment.IoTJobTimeoutConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the timeout configuration for a 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.greengrassv2.*;
 IoTJobTimeoutConfigProperty ioTJobTimeoutConfigProperty = IoTJobTimeoutConfigProperty.builder()
         .inProgressTimeoutInMinutes(123)
         .build();