interface TunnelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTSecureTunneling.TunnelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotsecuretunneling#TunnelReference |
Java | software.amazon.awscdk.interfaces.iotsecuretunneling.TunnelReference |
Python | aws_cdk.interfaces.aws_iotsecuretunneling.TunnelReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotsecuretunneling » TunnelReference |
A reference to a Tunnel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsecuretunneling as interfaces_iotsecuretunneling } from 'aws-cdk-lib/interfaces';
const tunnelReference: interfaces_iotsecuretunneling.TunnelReference = {
tunnelArn: 'tunnelArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| tunnel | string | The TunnelArn of the Tunnel resource. |
tunnelArn
Type:
string
The TunnelArn of the Tunnel resource.

.NET
Go
Java
Python
TypeScript