Interface CfnTunnel.DestinationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTunnel.DestinationConfigProperty.Jsii$Proxy
Enclosing class:
CfnTunnel

@Stability(Stable) public static interface CfnTunnel.DestinationConfigProperty extends software.amazon.jsii.JsiiSerializable
The destination 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.services.iotsecuretunneling.*;
 DestinationConfigProperty destinationConfigProperty = DestinationConfigProperty.builder()
         .services(List.of("services"))
         // the properties below are optional
         .thingName("thingName")
         .build();
 

See Also: