Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DestinationConfig Source #
The destination configuration.
See: newDestinationConfig
smart constructor.
DestinationConfig' | |
|
Instances
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 identity the target application. The AWS
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 AWS 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 identity the target application. The AWS 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 AWS IoT client instantiates the local proxy which uses this information to connect to the destination application.