@Stability(value=Stable)
public static interface CfnDeployment.IoTJobTimeoutConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.IoTJobTimeoutConfigProperty.Builder
A builder for
CfnDeployment.IoTJobTimeoutConfigProperty |
static class |
CfnDeployment.IoTJobTimeoutConfigProperty.Jsii$Proxy
An implementation for
CfnDeployment.IoTJobTimeoutConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.IoTJobTimeoutConfigProperty.Builder |
builder() |
default Number |
getInProgressTimeoutInMinutes()
`CfnDeployment.IoTJobTimeoutConfigProperty.InProgressTimeoutInMinutes`.
|
@Stability(value=Stable) @Nullable default Number getInProgressTimeoutInMinutes()
@Stability(value=Stable) static CfnDeployment.IoTJobTimeoutConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.