| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.IoTSecureTunneling.Types.DestinationConfig
Description
Documentation
data DestinationConfig Source #
The destination configuration.
See: newDestinationConfig smart constructor.
Constructors
| DestinationConfig' | |
Fields 
  | |
Instances
Arguments
| :: NonEmpty Text | |
| -> DestinationConfig | 
Create a value of DestinationConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:thingName:DestinationConfig', destinationConfig_thingName - The name of the IoT thing to which you want to connect.
$sel:services:DestinationConfig', destinationConfig_services - A list of service names that identify the target application. The IoT
 client running on the destination device reads this value and uses it to
 look up a port or an IP address and a port. The IoT client instantiates
 the local proxy, which uses this information to connect to the
 destination application.
destinationConfig_thingName :: Lens' DestinationConfig (Maybe Text) Source #
The name of the IoT thing to which you want to connect.
destinationConfig_services :: Lens' DestinationConfig (NonEmpty Text) Source #
A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.