Interface CfnTunnelPropsMixin.TimeoutConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTunnelPropsMixin.TimeoutConfigProperty.Jsii$Proxy
- Enclosing class:
CfnTunnelPropsMixin
@Stability(Stable)
public static interface CfnTunnelPropsMixin.TimeoutConfigProperty
extends software.amazon.jsii.JsiiSerializable
Tunnel timeout configuration.
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.iotsecuretunneling.*;
TimeoutConfigProperty timeoutConfigProperty = TimeoutConfigProperty.builder()
.maxLifetimeTimeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTunnelPropsMixin.TimeoutConfigPropertystatic final classAn implementation forCfnTunnelPropsMixin.TimeoutConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxLifetimeTimeoutMinutes
The maximum amount of time (in minutes) a tunnel can remain open.- See Also:
-
builder
-