Interface CfnDeploymentPropsMixin.IoTJobTimeoutConfigProperty

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

@Stability(Stable) public static interface CfnDeploymentPropsMixin.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.cfnpropertymixins.services.greengrassv2.*;
 IoTJobTimeoutConfigProperty ioTJobTimeoutConfigProperty = IoTJobTimeoutConfigProperty.builder()
         .inProgressTimeoutInMinutes(123)
         .build();
 

See Also: