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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTunnel.DestinationConfigPropertystatic final classAn implementation forCfnTunnel.DestinationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServices
A list of service names that identify the target application.- See Also:
-
getThingName
The name of the IoT thing to which you want to connect.- See Also:
-
builder
-