class Aws::IoTSecureTunneling::Types::DestinationConfig

The destination configuration.

@note When making an API call, you may pass DestinationConfig

data as a hash:

    {
      thing_name: "ThingName",
      services: ["Service"], # required
    }

@!attribute [rw] thing_name

The name of the IoT thing to which you want to connect.
@return [String]

@!attribute [rw] 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.
@return [Array<String>]

Constants

SENSITIVE