interface TimeoutConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTSecureTunneling.CfnTunnel.TimeoutConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsecuretunneling#CfnTunnel_TimeoutConfigProperty |
Java | software.amazon.awscdk.services.iotsecuretunneling.CfnTunnel.TimeoutConfigProperty |
Python | aws_cdk.aws_iotsecuretunneling.CfnTunnel.TimeoutConfigProperty |
TypeScript | aws-cdk-lib » aws_iotsecuretunneling » CfnTunnel » TimeoutConfigProperty |
Tunnel timeout configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsecuretunneling as iotsecuretunneling } from 'aws-cdk-lib';
const timeoutConfigProperty: iotsecuretunneling.CfnTunnel.TimeoutConfigProperty = {
maxLifetimeTimeoutMinutes: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | The maximum amount of time (in minutes) a tunnel can remain open. |
maxLifetimeTimeoutMinutes?
Type:
number
(optional)
The maximum amount of time (in minutes) a tunnel can remain open.

.NET
Go
Java
Python
TypeScript