TunnelReference
- class aws_cdk.interfaces.aws_iotsecuretunneling.TunnelReference(*, tunnel_arn)
Bases:
objectA reference to a Tunnel resource.
- Parameters:
tunnel_arn (
str) – The TunnelArn of the Tunnel resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_iotsecuretunneling as interfaces_iotsecuretunneling tunnel_reference = interfaces_iotsecuretunneling.TunnelReference( tunnel_arn="tunnelArn" )
Attributes
- tunnel_arn
The TunnelArn of the Tunnel resource.