Interface CfnTunnelPropsMixin.DestinationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTunnelPropsMixin.DestinationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnTunnelPropsMixin
@Stability(Stable)
public static interface CfnTunnelPropsMixin.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.cfnpropertymixins.services.iotsecuretunneling.*;
DestinationConfigProperty destinationConfigProperty = DestinationConfigProperty.builder()
.services(List.of("services"))
.thingName("thingName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTunnelPropsMixin.DestinationConfigPropertystatic final classAn implementation forCfnTunnelPropsMixin.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
-